mazurwiktor / albion-online-stats

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.
Apache License 2.0
196 stars 64 forks source link

Issue installing on linux #12

Closed carlos0658 closed 4 years ago

carlos0658 commented 4 years ago

Can't install in Linux. Rust is installed. and while loading rust packages it shows the follow error:

error[E0658]: use of unstable library feature 'result_map_or_else' --> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs:65:60 65 Decode::::decode(&mut cursor).map_or_else( ^^^^^^^^^^^
   = note: for more information, see https://github.com/rust-lang/rust/issues/53268

error: aborting due to previous error

Entire output:

(env) carlos@Kubuntu:\~/albion-online-stats$ pip install -v -r frontend/requirements.txt
Processing ./backend Running setup.py (path:/tmp/pip-0wd0i9yw-build/setup.py) egg_info for package from file:///home/carlos/albion-online-stats/backend Running command python setup.py egg_info WARNING: The wheel package is not available. running egg_info creating pip-egg-info/aostats.egg-info writing pip-egg-info/aostats.egg-info/PKG-INFO writing dependency_links to pip-egg-info/aostats.egg-info/dependency_links.txt writing top-level names to pip-egg-info/aostats.egg-info/top_level.txt writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt' Source in /tmp/pip-0wd0i9yw-build has version 0.0.0, which satisfies requirement aostats==0.0.0 from file:///home/carlos/albion-online-stats/backend (from -r frontend/requirements.txt (line 6)) Requirement already satisfied: pyside2~=5.13 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 1)) Requirement already satisfied: pyinstaller in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 2)) Requirement already satisfied: toml~=0.10 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 3)) Requirement already satisfied: requests~=2.22 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 4)) Requirement already satisfied: Pillow~=6.2 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 5)) Requirement already satisfied: shiboken2==5.14.0 in /home/carlos/env/lib/python3.6/site-packages (from pyside2~=5.13->-r frontend/requirements.txt (line 1)) Requirement already satisfied: altgraph in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2)) Requirement already satisfied: setuptools in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2)) Requirement already satisfied: certifi>=2017.4.17 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4)) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4)) Requirement already satisfied: idna<2.9,>=2.5 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4)) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4)) Could not parse version from link: file:///home/carlos/albion-online-stats/backend Installing collected packages: aostats Running setup.py install for aostats ... Running command /home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats WARNING: The wheel package is not available. running install running build running build_py creating build creating build/lib.linux-x86_64-3.6 creating build/lib.linux-x86_64-3.6/aostats copying aostats/init.py -> build/lib.linux-x86_64-3.6/aostats running egg_info creating aostats.egg-info writing aostats.egg-info/PKG-INFO writing dependency_links to aostats.egg-info/dependency_links.txt writing top-level names to aostats.egg-info/top_level.txt writing manifest file 'aostats.egg-info/SOURCES.txt' reading manifest file 'aostats.egg-info/SOURCES.txt' writing manifest file 'aostats.egg-info/SOURCES.txt' running build_ext running build_rust cargo rustc --lib --manifest-path Cargo.toml --features cpython/python3-sys cpython/extension-module --release --verbose -- --crate-type cdylib Compiling libc v0.2.61 Compiling memchr v2.2.1 Compiling lazy_static v1.3.0 Compiling autocfg v0.1.5 Compiling log v0.4.8 Compiling cfg-if v0.1.9 Compiling proc-macro2 v1.0.6 Compiling unicode-xid v0.2.0 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2c95a548406d1cfa -C extra-filename=-2c95a548406d1cfa --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/libc-2c95a548406d1cfa -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name lazy_static /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=fadf6e8fb66594db -C extra-filename=-fadf6e8fb66594db --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name autocfg /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c985c7416087799b -C extra-filename=-c985c7416087799b --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name cfg_if /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dfc4a0078bfb3e4d -C extra-filename=-dfc4a0078bfb3e4d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=76c40932830e8b1f -C extra-filename=-76c40932830e8b1f --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/memchr-76c40932830e8b1f -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="std"' -C metadata=f1a3b7761b08f3fe -C extra-filename=-f1a3b7761b08f3fe --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/log-f1a3b7761b08f3fe -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --edition=2018 --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8c9928dde8979a2c -C extra-filename=-8c9928dde8979a2c --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/proc-macro2-8c9928dde8979a2c -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Running rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=0f0fca15423dd224 -C extra-filename=-0f0fca15423dd224 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling syn v1.0.11 Running rustc --edition=2018 --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=c4193e5b1645ca66 -C extra-filename=-c4193e5b1645ca66 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/syn-c4193e5b1645ca66 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling rustc-serialize v0.3.24 Running rustc --crate-name rustc_serialize /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=5c86c48dea924604 -C extra-filename=-5c86c48dea924604 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling term v0.4.6 Running rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e6d95521eb7ff278 -C extra-filename=-e6d95521eb7ff278 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling unicode-xid v0.0.3 Running rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=898a40df6fc1d933 -C extra-filename=-898a40df6fc1d933 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling serde v1.0.98 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=46609712725cc974 -C extra-filename=-46609712725cc974 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/serde-46609712725cc974 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling ucd-util v0.1.5 Running rustc --crate-name ucd_util /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-util-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=1fdae1c281419719 -C extra-filename=-1fdae1c281419719 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling regex v0.2.11 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=51651d2f1786a2d5 -C extra-filename=-51651d2f1786a2d5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/regex-51651d2f1786a2d5 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling bitflags v0.5.0 Running rustc --crate-name bitflags /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=bf2c9fb9d30841ac -C extra-filename=-bf2c9fb9d30841ac --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling utf8-ranges v1.0.4 Running rustc --crate-name utf8_ranges /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=cf93ecf77dcdbdc1 -C extra-filename=-cf93ecf77dcdbdc1 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling regex-syntax v0.6.12 Running rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c376d653efdb1c11 -C extra-filename=-c376d653efdb1c11 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling pnet_base v0.22.0 Running rustc --crate-name pnet_base /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_base-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8a7e1b887f426411 -C extra-filename=-8a7e1b887f426411 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling byteorder v1.3.2 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f77b30cde4d1140f -C extra-filename=-f77b30cde4d1140f --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/byteorder-f77b30cde4d1140f -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling glob v0.2.11 Running rustc --crate-name glob /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=4e8a21100f6fa57e -C extra-filename=-4e8a21100f6fa57e --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling ryu v1.0.2 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=583d2f21ddebcc67 -C extra-filename=-583d2f21ddebcc67 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/ryu-583d2f21ddebcc67 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling itoa v0.4.4 Running rustc --crate-name itoa /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf453d7c00eccd10 -C extra-filename=-bf453d7c00eccd10 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling pnet v0.22.0 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=8e51e662bb19c57d -C extra-filename=-8e51e662bb19c57d --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/pnet-8e51e662bb19c57d -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling cpython v0.3.0 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python3-sys"' -C metadata=f316889648ad8d41 -C extra-filename=-f316889648ad8d41 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/cpython-f316889648ad8d41 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow Compiling thread_local v0.3.6 Running rustc --crate-name thread_local /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ca9c961d4ccdf78d -C extra-filename=-ca9c961d4ccdf78d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern lazy_static=/tmp/pip-0wd0i9yw-build/target/release/deps/liblazy_static-fadf6e8fb66594db.rmeta --cap-lints allow Running /tmp/pip-0wd0i9yw-build/target/release/build/log-f1a3b7761b08f3fe/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/libc-2c95a548406d1cfa/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/syn-c4193e5b1645ca66/build-script-build Compiling regex-syntax v0.5.6 Running rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=061e89901ffa25dc -C extra-filename=-061e89901ffa25dc --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern ucd_util=/tmp/pip-0wd0i9yw-build/target/release/deps/libucd_util-1fdae1c281419719.rmeta --cap-lints allow Running /tmp/pip-0wd0i9yw-build/target/release/build/proc-macro2-8c9928dde8979a2c/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/memchr-76c40932830e8b1f/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/serde-46609712725cc974/build-script-build Compiling pnet_macros_support v0.22.0 Running rustc --crate-name pnet_macros_support /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_macros_support-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=7e4fb2bc2cd82d79 -C extra-filename=-7e4fb2bc2cd82d79 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern pnet_base=/tmp/pip-0wd0i9yw-build/target/release/deps/libpnet_base-8a7e1b887f426411.rmeta --cap-lints allow Compiling num-traits v0.2.8 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ed7f53fa0eae2bcf -C extra-filename=-ed7f53fa0eae2bcf --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-traits-ed7f53fa0eae2bcf -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow Compiling num-integer v0.1.41 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fdd2bf2c3479c39e -C extra-filename=-fdd2bf2c3479c39e --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-integer-fdd2bf2c3479c39e -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow Compiling num-iter v0.1.39 Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=167a88d8aa94f6a6 -C extra-filename=-167a88d8aa94f6a6 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-iter-167a88d8aa94f6a6 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow Running /tmp/pip-0wd0i9yw-build/target/release/build/regex-51651d2f1786a2d5/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/pnet-8e51e662bb19c57d/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/ryu-583d2f21ddebcc67/build-script-build Running rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' -C metadata=c81cb56b1339a21a -C extra-filename=-c81cb56b1339a21a --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern cfg_if=/tmp/pip-0wd0i9yw-build/target/release/deps/libcfg_if-dfc4a0078bfb3e4d.rmeta --cap-lints allow --cfg atomic_cas Running rustc --crate-name libc /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f6b2374c208f325 -C extra-filename=-8f6b2374c208f325 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN Running rustc --edition=2018 --crate-name proc_macro2 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=59bdf049c440b8c7 -C extra-filename=-59bdf049c440b8c7 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-0f0fca15423dd224.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro Running rustc --crate-name memchr /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=13727b38cbc0fcdd -C extra-filename=-13727b38cbc0fcdd --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx Running /tmp/pip-0wd0i9yw-build/target/release/build/byteorder-f77b30cde4d1140f/build-script-build Running /tmp/pip-0wd0i9yw-build/target/release/build/num-traits-ed7f53fa0eae2bcf/build-script-build Compiling syntex_pos v0.42.0 Running rustc --crate-name syntex_pos /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_pos-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=bb9d7d329ee60c1f -C extra-filename=-bb9d7d329ee60c1f --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --cap-lints allow Running rustc --crate-name ryu /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=658c99df18434bd7 -C extra-filename=-658c99df18434bd7 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg integer128 --cfg must_use_return --cfg maybe_uninit Running /tmp/pip-0wd0i9yw-build/target/release/build/num-integer-fdd2bf2c3479c39e/build-script-build Compiling log v0.3.9 Running rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=a4a7cf1044314b76 -C extra-filename=-a4a7cf1044314b76 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-c81cb56b1339a21a.rmeta --cap-lints allow Running /tmp/pip-0wd0i9yw-build/target/release/build/num-iter-167a88d8aa94f6a6/build-script-build Compiling quote v1.0.2 Running rustc --edition=2018 --crate-name quote /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=5bcf2bc1745b0fae -C extra-filename=-5bcf2bc1745b0fae --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern proc_macro2=/tmp/pip-0wd0i9yw-build/target/release/deps/libproc_macro2-59bdf049c440b8c7.rmeta --cap-lints allow Running rustc --crate-name byteorder /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f53f5fd73f8302c -C extra-filename=-0f53f5fd73f8302c --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg byteorder_i128 Compiling pnet_sys v0.22.0 Running rustc --crate-name pnet_sys /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=09a774aa9412038c -C extra-filename=-09a774aa9412038c --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow Compiling time v0.1.42 Running rustc --crate-name time /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=a003d8c9fcdd51a5 -C extra-filename=-a003d8c9fcdd51a5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow Compiling dirs v1.0.5 Running rustc --crate-name dirs /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=7647541bba84a6f9 -C extra-filename=-7647541bba84a6f9 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow Compiling iovec v0.1.2 Running rustc --crate-name iovec /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=b9e22531347933f3 -C extra-filename=-b9e22531347933f3 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow Running rustc --crate-name num_traits /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86f1ef7c4873e523 -C extra-filename=-86f1ef7c4873e523 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg has_i128 Compiling aho-corasick v0.6.10 Running rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=4b8488fbdc76bc07 -C extra-filename=-4b8488fbdc76bc07 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --cap-lints allow Compiling aho-corasick v0.7.6 Running rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aaa2e00827d7b64d -C extra-filename=-aaa2e00827d7b64d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --cap-lints allow Compiling syntex_errors v0.42.0 Running rustc --crate-name syntex_errors /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_errors-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=3c3e9ff0ed1b54ea -C extra-filename=-3c3e9ff0ed1b54ea --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-a4a7cf1044314b76.rmeta --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --extern syntex_pos=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_pos-bb9d7d329ee60c1f.rmeta --extern term=/tmp/pip-0wd0i9yw-build/target/release/deps/libterm-e6d95521eb7ff278.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-898a40df6fc1d933.rmeta --cap-lints allow Running rustc --edition=2018 --crate-name syn /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=a20197e9f300eb4b -C extra-filename=-a20197e9f300eb4b --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern proc_macro2=/tmp/pip-0wd0i9yw-build/target/release/deps/libproc_macro2-59bdf049c440b8c7.rmeta --extern quote=/tmp/pip-0wd0i9yw-build/target/release/deps/libquote-5bcf2bc1745b0fae.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-0f0fca15423dd224.rmeta --cap-lints allow --cfg syn_disable_nightly_tests Compiling term v0.5.2 Running rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=77c79b77f6918999 -C extra-filename=-77c79b77f6918999 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern byteorder=/tmp/pip-0wd0i9yw-build/target/release/deps/libbyteorder-0f53f5fd73f8302c.rmeta --extern dirs=/tmp/pip-0wd0i9yw-build/target/release/deps/libdirs-7647541bba84a6f9.rmeta --cap-lints allow Compiling bytes v0.4.12 Running rustc --crate-name bytes /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=e3ce1c515179e056 -C extra-filename=-e3ce1c515179e056 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern byteorder=/tmp/pip-0wd0i9yw-build/target/release/deps/libbyteorder-0f53f5fd73f8302c.rmeta --extern iovec=/tmp/pip-0wd0i9yw-build/target/release/deps/libiovec-b9e22531347933f3.rmeta --cap-lints allow Running rustc --crate-name regex /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e6b12d235a41d5e4 -C extra-filename=-e6b12d235a41d5e4 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern aho_corasick=/tmp/pip-0wd0i9yw-build/target/release/deps/libaho_corasick-4b8488fbdc76bc07.rmeta --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --extern regex_syntax=/tmp/pip-0wd0i9yw-build/target/release/deps/libregex_syntax-061e89901ffa25dc.rmeta --extern thread_local=/tmp/pip-0wd0i9yw-build/target/release/deps/libthread_local-ca9c961d4ccdf78d.rmeta --extern utf8_ranges=/tmp/pip-0wd0i9yw-build/target/release/deps/libutf8_ranges-cf93ecf77dcdbdc1.rmeta --cap-lints allow Running rustc --crate-name num_integer /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ad3e20b06d27043 -C extra-filename=-7ad3e20b06d27043 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern num_traits=/tmp/pip-0wd0i9yw-build/target/release/deps/libnum_traits-86f1ef7c4873e523.rmeta --cap-lints allow --cfg has_i128 Compiling syntex_syntax v0.42.0 Running rustc --crate-name syntex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=6e1a831ff4e75cef -C extra-filename=-6e1a831ff4e75cef --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bitflags=/tmp/pip-0wd0i9yw-build/target/release/deps/libbitflags-bf2c9fb9d30841ac.rmeta --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-a4a7cf1044314b76.rmeta --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --extern syntex_errors=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_errors-3c3e9ff0ed1b54ea.rmeta --extern syntex_pos=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_pos-bb9d7d329ee60c1f.rmeta --extern term=/tmp/pip-0wd0i9yw-build/target/release/deps/libterm-e6d95521eb7ff278.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-898a40df6fc1d933.rmeta --cap-lints allow Compiling photon_decode v0.2.0 Running rustc --edition=2018 --crate-name photon_decode /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=d9b4bef494b9c8b5 -C extra-filename=-d9b4bef494b9c8b5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bytes=/tmp/pip-0wd0i9yw-build/target/release/deps/libbytes-e3ce1c515179e056.rmeta --cap-lints allow error[E0658]: use of unstable library feature 'result_map_or_else' --> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs:65:60
65 Decode::::decode(&mut cursor).map_or_else( ^^^^^^^^^^^
   = note: for more information, see https://github.com/rust-lang/rust/issues/53268

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `photon_decode`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name photon_decode /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=d9b4bef494b9c8b5 -C extra-filename=-d9b4bef494b9c8b5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bytes=/tmp/pip-0wd0i9yw-build/target/release/deps/libbytes-e3ce1c515179e056.rmeta --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: build failed
error: cargo failed with code: 101

error Cleaning up... Removing source in /tmp/pip-0wd0i9yw-build Command "/home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats" failed with error code 1 in /tmp/pip-0wd0i9yw-build/ Exception information: Traceback (most recent call last): File "/home/carlos/env/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/home/carlos/env/lib/python3.6/site-packages/pip/commands/install.py", line 360, in run prefix=options.prefix_path, File "/home/carlos/env/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/home/carlos/env/lib/python3.6/site-packages/pip/req/req_install.py", line 878, in install spinner=spinner, File "/home/carlos/env/lib/python3.6/site-packages/pip/utils/init.py", line 725, in call_subprocess % (command_desc, proc.returncode, cwd)) pip.exceptions.InstallationError: Command "/home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats" failed with error code 1 in /tmp/pip-0wd0i9yw-build/

mazurwiktor commented 4 years ago

Hi! Thanks for your interest in the project.

Yeah, I've recently used unstable rust feature ^^

Please try to set default toolchain to nightly.

If you're using rustup here is an instruction https://github.com/rust-lang/rustup/blob/master/README.md#working-with-nightly-rust

carlos0658 commented 4 years ago

I used the following commands:

rustup toolchain install nightly
rustup default nightly

Worked well, I went further, but it still does not install. The installation do not prse the backend.

Processing ./backend
  Running setup.py (path:/tmp/pip-hpbx4745-build/setup.py) egg_info for package from file:///home/carlos/albion-online-stats/backend
    Running command python setup.py egg_info
    WARNING: The wheel package is not available.
    running egg_info
    creating pip-egg-info/aostats.egg-info
    writing pip-egg-info/aostats.egg-info/PKG-INFO
    writing dependency_links to pip-egg-info/aostats.egg-info/dependency_links.txt
    writing top-level names to pip-egg-info/aostats.egg-info/top_level.txt
    writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
    reading manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
    writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
  Source in /tmp/pip-hpbx4745-build has version 0.0.0, which satisfies requirement aostats==0.0.0 from file:///home/carlos/albion-online-stats/backend (from -r frontend/requirements.txt (line 6))
  Requirement already satisfied (use --upgrade to upgrade): aostats==0.0.0 from file:///home/carlos/albion-online-stats/backend in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 6))
Requirement already satisfied: pyside2~=5.13 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 1))
Requirement already satisfied: pyinstaller in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 2))
Requirement already satisfied: toml~=0.10 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 3))
Requirement already satisfied: requests~=2.22 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 4))
Requirement already satisfied: Pillow~=6.2 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 5))
Requirement already satisfied: shiboken2==5.14.0 in /home/carlos/env/lib/python3.6/site-packages (from pyside2~=5.13->-r frontend/requirements.txt (line 1))
Requirement already satisfied: altgraph in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2))
Requirement already satisfied: setuptools in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2))
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: idna<2.9,>=2.5 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: certifi>=2017.4.17 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Could not parse version from link: file:///home/carlos/albion-online-stats/backend
Cleaning up...
  Removing source in /tmp/pip-hpbx4745-build

Any idea?

And thank YOU for the damage and fame meter. Albion need this.

mazurwiktor commented 4 years ago

Could you try to add version to backend/setup.py or try to build branch I've prepared?

https://github.com/mazurwiktor/albion-online-stats/tree/linux_build_test

carlos0658 commented 4 years ago

Very well.

I created a new virtualenviroment for this branch. It stopped when compiling cpython:

Compiling cpython v0.3.0
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
    error[E0428]: the name `PYTHONSYS_ENV_VAR` is defined multiple times
      --> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs:10:1
       |
    7  | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON27_PYTHON_FLAGS";
       | -------------------------------------------------------------------- previous definition of the value `PYTHONSYS_ENV_VAR` here
    ...
    10 | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON3_PYTHON_FLAGS";
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PYTHONSYS_ENV_VAR` redefined here
       |
       = note: `PYTHONSYS_ENV_VAR` must be defined only once in the value namespace of this module

    error: aborting due to previous error

    For more information about this error, try `rustc --explain E0428`.
    error: could not compile `cpython`.

    Caused by:
      process didn't exit successfully: `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow` (exit code: 1)
    warning: build failed, waiting for other jobs to finish...
    error: build failed
    error: cargo failed with code: 101

Almost full installation output:

(...)
copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-lz4.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-mpl_toolkits.basemap.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PyQt5.QtSql.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-nbdime.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-reportlab.lib.utils.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PyQt4.phonon.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PySide2.QtQuickWidgets.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-OpenGL_accelerate.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-redmine.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-eth_abi.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-sysconfig.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-rdflib.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PySide2.QtQuick.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-aliyunsdkcore.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PyQt5.QtSensors.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PyQt4.Qt.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-ttkthemes.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-cx_Oracle.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PIL.Image.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-xml.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-pytz.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-nbconvert.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-nltk.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PySide2.QtMultimedia.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PySide.QtGui.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-PyQt5.QtNetwork.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/hooks/hook-lib2to3.py -> build/bdist.linux-x86_64/wheel/PyInstaller/hooks
  creating build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/git.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/misc.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  creating build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/icon.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/versioninfo.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/winresource.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/winmanifest.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/win32/winutils.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/win32
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/osx.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/tests.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  creating build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/qt.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  creating build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks/subproc
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/subproc/README -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks/subproc
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/subproc/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks/subproc
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/subproc/django_import_finder.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks/subproc
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/gi.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/win32.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/hooks/django.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/hooks
  creating build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/grab_version.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/set_version.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/archive_viewer.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/bindepend.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/cliutils/makespec.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils/cliutils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/_gitrevision.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/utils/release.py -> build/bdist.linux-x86_64/wheel/PyInstaller/utils
  copying build/lib.linux-x86_64-2.7/PyInstaller/__main__.py -> build/bdist.linux-x86_64/wheel/PyInstaller
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Linux-32bit/run_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Linux-32bit/run -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-32bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Linux-64bit/run_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Linux-64bit/run -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Linux-64bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-32bit/run.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-32bit/runw.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-32bit/run_d.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-32bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-32bit/runw_d.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-32bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-64bit/run.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-64bit/runw.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-64bit/run_d.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Windows-64bit/runw_d.exe -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Windows-64bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Darwin-64bit/runw_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Darwin-64bit/run_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Darwin-64bit/runw -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/Darwin-64bit/run -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/github_logo.png -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-console.svg -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-windowed.icns -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-windowed.svg -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-windowed.ico -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-console.ico -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib.linux-x86_64-2.7/PyInstaller/bootloader/images/icon-console.icns -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  creating build/bdist.linux-x86_64/wheel/PyInstaller/fake-modules
  copying build/lib.linux-x86_64-2.7/PyInstaller/fake-modules/site.py -> build/bdist.linux-x86_64/wheel/PyInstaller/fake-modules
  creating build/bdist.linux-x86_64/wheel/PyInstaller/lib
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/README.rst -> build/bdist.linux-x86_64/wheel/PyInstaller/lib
  creating build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/zipio.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/__main__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/util.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/_compat.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/modulegraph.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/lib/modulegraph/find_modules.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib.linux-x86_64-2.7/PyInstaller/exceptions.py -> build/bdist.linux-x86_64/wheel/PyInstaller
  running install_egg_info
  Copying PyInstaller.egg-info to build/bdist.linux-x86_64/wheel/PyInstaller-3.5-py2.7.egg-info
  running install_scripts
  adding license file "COPYING.txt" (matched pattern "COPYING*")
  creating build/bdist.linux-x86_64/wheel/PyInstaller-3.5.dist-info/WHEEL
  creating '/tmp/pip-wheel-F66xVY/tmplmXEP1/PyInstaller-3.5-py2-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'PyInstaller/__init__.py'
  adding 'PyInstaller/__main__.py'
  adding 'PyInstaller/compat.py'
  adding 'PyInstaller/config.py'
  adding 'PyInstaller/configure.py'
  adding 'PyInstaller/exceptions.py'
  adding 'PyInstaller/log.py'
  adding 'PyInstaller/archive/__init__.py'
  adding 'PyInstaller/archive/pyz_crypto.py'
  adding 'PyInstaller/archive/readers.py'
  adding 'PyInstaller/archive/writers.py'
  adding 'PyInstaller/bootloader/Darwin-64bit/run'
  adding 'PyInstaller/bootloader/Darwin-64bit/run_d'
  adding 'PyInstaller/bootloader/Darwin-64bit/runw'
  adding 'PyInstaller/bootloader/Darwin-64bit/runw_d'
  adding 'PyInstaller/bootloader/Linux-32bit/run'
  adding 'PyInstaller/bootloader/Linux-32bit/run_d'
  adding 'PyInstaller/bootloader/Linux-64bit/run'
  adding 'PyInstaller/bootloader/Linux-64bit/run_d'
  adding 'PyInstaller/bootloader/Windows-32bit/run.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/run_d.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/runw.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/runw_d.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/run.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/run_d.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/runw.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/runw_d.exe'
  adding 'PyInstaller/bootloader/images/github_logo.png'
  adding 'PyInstaller/bootloader/images/icon-console.icns'
  adding 'PyInstaller/bootloader/images/icon-console.ico'
  adding 'PyInstaller/bootloader/images/icon-console.svg'
  adding 'PyInstaller/bootloader/images/icon-windowed.icns'
  adding 'PyInstaller/bootloader/images/icon-windowed.ico'
  adding 'PyInstaller/bootloader/images/icon-windowed.svg'
  adding 'PyInstaller/building/__init__.py'
  adding 'PyInstaller/building/api.py'
  adding 'PyInstaller/building/build_main.py'
  adding 'PyInstaller/building/datastruct.py'
  adding 'PyInstaller/building/imphook.py'
  adding 'PyInstaller/building/imphookapi.py'
  adding 'PyInstaller/building/makespec.py'
  adding 'PyInstaller/building/osx.py'
  adding 'PyInstaller/building/templates.py'
  adding 'PyInstaller/building/toc_conversion.py'
  adding 'PyInstaller/building/utils.py'
  adding 'PyInstaller/depend/__init__.py'
  adding 'PyInstaller/depend/analysis.py'
  adding 'PyInstaller/depend/bindepend.py'
  adding 'PyInstaller/depend/dylib.py'
  adding 'PyInstaller/depend/utils.py'
  adding 'PyInstaller/fake-modules/site.py'
  adding 'PyInstaller/hooks/__init__.py'
  adding 'PyInstaller/hooks/hook-BTrees.py'
  adding 'PyInstaller/hooks/hook-Crypto.py'
  adding 'PyInstaller/hooks/hook-Cryptodome.py'
  adding 'PyInstaller/hooks/hook-IPython.py'
  adding 'PyInstaller/hooks/hook-OpenGL.py'
  adding 'PyInstaller/hooks/hook-OpenGL_accelerate.py'
  adding 'PyInstaller/hooks/hook-PIL.Image.py'
  adding 'PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py'
  adding 'PyInstaller/hooks/hook-PIL.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qt.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qt3Support.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtAssistant.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtCore.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtGui.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtScript.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtSql.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtTest.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtXml.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qwt5.py'
  adding 'PyInstaller/hooks/hook-PyQt4.phonon.py'
  adding 'PyInstaller/hooks/hook-PyQt4.py'
  adding 'PyInstaller/hooks/hook-PyQt4.uic.py'
  adding 'PyInstaller/hooks/hook-PyQt5.Qt.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtCore.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtGui.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtMultimedia.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtPrintSupport.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQml.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQuick.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQuickWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtScript.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSensors.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSerialPort.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSql.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtTest.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebKitWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtXml.py'
  adding 'PyInstaller/hooks/hook-PyQt5.py'
  adding 'PyInstaller/hooks/hook-PyQt5.uic.py'
  adding 'PyInstaller/hooks/hook-PySide.QtCore.py'
  adding 'PyInstaller/hooks/hook-PySide.QtGui.py'
  adding 'PyInstaller/hooks/hook-PySide.QtSql.py'
  adding 'PyInstaller/hooks/hook-PySide.phonon.py'
  adding 'PyInstaller/hooks/hook-PySide.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtCore.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtGui.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtMultimedia.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtPrintSupport.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQml.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQuick.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQuickWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtScript.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSensors.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSerialPort.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSql.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtTest.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebKitWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtXml.py'
  adding 'PyInstaller/hooks/hook-PySide2.Qwt5.py'
  adding 'PyInstaller/hooks/hook-PySide2.py'
  adding 'PyInstaller/hooks/hook-PySide2.uic.py'
  adding 'PyInstaller/hooks/hook-Xlib.py'
  adding 'PyInstaller/hooks/hook-_mssql.py'
  adding 'PyInstaller/hooks/hook-_mysql.py'
  adding 'PyInstaller/hooks/hook-_tkinter.py'
  adding 'PyInstaller/hooks/hook-accessible_output2.py'
  adding 'PyInstaller/hooks/hook-adios.py'
  adding 'PyInstaller/hooks/hook-aliyunsdkcore.py'
  adding 'PyInstaller/hooks/hook-amazonproduct.py'
  adding 'PyInstaller/hooks/hook-appdirs.py'
  adding 'PyInstaller/hooks/hook-appy.pod.py'
  adding 'PyInstaller/hooks/hook-astroid.py'
  adding 'PyInstaller/hooks/hook-astropy.py'
  adding 'PyInstaller/hooks/hook-babel.py'
  adding 'PyInstaller/hooks/hook-bacon.py'
  adding 'PyInstaller/hooks/hook-bokeh.py'
  adding 'PyInstaller/hooks/hook-boto.py'
  adding 'PyInstaller/hooks/hook-boto3.py'
  adding 'PyInstaller/hooks/hook-botocore.py'
  adding 'PyInstaller/hooks/hook-certifi.py'
  adding 'PyInstaller/hooks/hook-clr.py'
  adding 'PyInstaller/hooks/hook-countrycode.py'
  adding 'PyInstaller/hooks/hook-cryptography.py'
  adding 'PyInstaller/hooks/hook-cv2.py'
  adding 'PyInstaller/hooks/hook-cx_Oracle.py'
  adding 'PyInstaller/hooks/hook-cytoolz.itertoolz.py'
  adding 'PyInstaller/hooks/hook-dateparser.utils.strptime.py'
  adding 'PyInstaller/hooks/hook-dclab.py'
  adding 'PyInstaller/hooks/hook-distorm3.py'
  adding 'PyInstaller/hooks/hook-distutils.py'
  adding 'PyInstaller/hooks/hook-django.contrib.sessions.py'
  adding 'PyInstaller/hooks/hook-django.core.cache.py'
  adding 'PyInstaller/hooks/hook-django.core.mail.py'
  adding 'PyInstaller/hooks/hook-django.core.management.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.mysql.base.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.oracle.base.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.py'
  adding 'PyInstaller/hooks/hook-django.py'
  adding 'PyInstaller/hooks/hook-django.template.loaders.py'
  adding 'PyInstaller/hooks/hook-dns.rdata.py'
  adding 'PyInstaller/hooks/hook-docutils.py'
  adding 'PyInstaller/hooks/hook-docx.py'
  adding 'PyInstaller/hooks/hook-dynaconf.py'
  adding 'PyInstaller/hooks/hook-enchant.py'
  adding 'PyInstaller/hooks/hook-encodings.py'
  adding 'PyInstaller/hooks/hook-eth_abi.py'
  adding 'PyInstaller/hooks/hook-eth_account.py'
  adding 'PyInstaller/hooks/hook-eth_hash.py'
  adding 'PyInstaller/hooks/hook-eth_keyfile.py'
  adding 'PyInstaller/hooks/hook-eth_utils.py'
  adding 'PyInstaller/hooks/hook-faker.py'
  adding 'PyInstaller/hooks/hook-flex.py'
  adding 'PyInstaller/hooks/hook-fmpy.py'
  adding 'PyInstaller/hooks/hook-gadfly.py'
  adding 'PyInstaller/hooks/hook-gevent.py'
  adding 'PyInstaller/hooks/hook-gi.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Atk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Champlain.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Clutter.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GIRepository.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GLib.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GModule.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GObject.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gdk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GdkPixbuf.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gio.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gst.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstAudio.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstBase.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstPbutils.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstTag.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstVideo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gtk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkChamplain.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkClutter.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkSource.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Pango.py'
  adding 'PyInstaller/hooks/hook-gi.repository.PangoCairo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.cairo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.xlib.py'
  adding 'PyInstaller/hooks/hook-gooey.py'
  adding 'PyInstaller/hooks/hook-google.api_core.py'
  adding 'PyInstaller/hooks/hook-google.cloud.py'
  adding 'PyInstaller/hooks/hook-google.cloud.storage.py'
  adding 'PyInstaller/hooks/hook-google.cloud.translate.py'
  adding 'PyInstaller/hooks/hook-gst._gst.py'
  adding 'PyInstaller/hooks/hook-gtk.py'
  adding 'PyInstaller/hooks/hook-h5py.py'
  adding 'PyInstaller/hooks/hook-httplib.py'
  adding 'PyInstaller/hooks/hook-httplib2.py'
  adding 'PyInstaller/hooks/hook-idlelib.py'
  adding 'PyInstaller/hooks/hook-imageio.py'
  adding 'PyInstaller/hooks/hook-imageio_ffmpeg.py'
  adding 'PyInstaller/hooks/hook-importlib_metadata.py'
  adding 'PyInstaller/hooks/hook-importlib_resources.py'
  adding 'PyInstaller/hooks/hook-jedi.py'
  adding 'PyInstaller/hooks/hook-jinja2.py'
  adding 'PyInstaller/hooks/hook-jira.py'
  adding 'PyInstaller/hooks/hook-jsonpath_rw_ext.py'
  adding 'PyInstaller/hooks/hook-jsonschema.py'
  adding 'PyInstaller/hooks/hook-jupyterlab.py'
  adding 'PyInstaller/hooks/hook-keyring.backends.py'
  adding 'PyInstaller/hooks/hook-kinterbasdb.py'
  adding 'PyInstaller/hooks/hook-kivy.py'
  adding 'PyInstaller/hooks/hook-langcodes.py'
  adding 'PyInstaller/hooks/hook-lensfunpy.py'
  adding 'PyInstaller/hooks/hook-lib2to3.py'
  adding 'PyInstaller/hooks/hook-libaudioverse.py'
  adding 'PyInstaller/hooks/hook-llvmlite.py'
  adding 'PyInstaller/hooks/hook-logilab.py'
  adding 'PyInstaller/hooks/hook-lxml.etree.py'
  adding 'PyInstaller/hooks/hook-lxml.isoschematron.py'
  adding 'PyInstaller/hooks/hook-lxml.objectify.py'
  adding 'PyInstaller/hooks/hook-lz4.py'
  adding 'PyInstaller/hooks/hook-magic.py'
  adding 'PyInstaller/hooks/hook-mako.codegen.py'
  adding 'PyInstaller/hooks/hook-markdown.py'
  adding 'PyInstaller/hooks/hook-matplotlib.backends.py'
  adding 'PyInstaller/hooks/hook-matplotlib.numerix.py'
  adding 'PyInstaller/hooks/hook-matplotlib.py'
  adding 'PyInstaller/hooks/hook-migrate.py'
  adding 'PyInstaller/hooks/hook-mpl_toolkits.basemap.py'
  adding 'PyInstaller/hooks/hook-nacl.py'
  adding 'PyInstaller/hooks/hook-names.py'
  adding 'PyInstaller/hooks/hook-nanite.py'
  adding 'PyInstaller/hooks/hook-nbconvert.py'
  adding 'PyInstaller/hooks/hook-nbdime.py'
  adding 'PyInstaller/hooks/hook-nbformat.py'
  adding 'PyInstaller/hooks/hook-ncclient.py'
  adding 'PyInstaller/hooks/hook-netCDF4.py'
  adding 'PyInstaller/hooks/hook-nltk.py'
  adding 'PyInstaller/hooks/hook-notebook.py'
  adding 'PyInstaller/hooks/hook-numba.py'
  adding 'PyInstaller/hooks/hook-numpy.core.py'
  adding 'PyInstaller/hooks/hook-numpy.py'
  adding 'PyInstaller/hooks/hook-openpyxl.py'
  adding 'PyInstaller/hooks/hook-osgeo.py'
  adding 'PyInstaller/hooks/hook-pandas.py'
  adding 'PyInstaller/hooks/hook-paste.exceptions.reporter.py'
  adding 'PyInstaller/hooks/hook-patsy.py'
  adding 'PyInstaller/hooks/hook-pendulum.py'
  adding 'PyInstaller/hooks/hook-phonenumbers.py'
  adding 'PyInstaller/hooks/hook-pint.py'
  adding 'PyInstaller/hooks/hook-pinyin.py'
  adding 'PyInstaller/hooks/hook-pkg_resources.py'
  adding 'PyInstaller/hooks/hook-psychopy.py'
  adding 'PyInstaller/hooks/hook-psycopg2.py'
  adding 'PyInstaller/hooks/hook-pubsub.core.py'
  adding 'PyInstaller/hooks/hook-pycountry.py'
  adding 'PyInstaller/hooks/hook-pycparser.py'
  adding 'PyInstaller/hooks/hook-pydoc.py'
  adding 'PyInstaller/hooks/hook-pyexcelerate.Writer.py'
  adding 'PyInstaller/hooks/hook-pygame.py'
  adding 'PyInstaller/hooks/hook-pygments.py'
  adding 'PyInstaller/hooks/hook-pylint.py'
  adding 'PyInstaller/hooks/hook-pymssql.py'
  adding 'PyInstaller/hooks/hook-pyodbc.py'
  adding 'PyInstaller/hooks/hook-pyopencl.py'
  adding 'PyInstaller/hooks/hook-pyproj.py'
  adding 'PyInstaller/hooks/hook-pytest.py'
  adding 'PyInstaller/hooks/hook-pythoncom.py'
  adding 'PyInstaller/hooks/hook-pyttsx.py'
  adding 'PyInstaller/hooks/hook-pytz.py'
  adding 'PyInstaller/hooks/hook-pytzdata.py'
  adding 'PyInstaller/hooks/hook-pywintypes.py'
  adding 'PyInstaller/hooks/hook-pywt.py'
  adding 'PyInstaller/hooks/hook-qtawesome.py'
  adding 'PyInstaller/hooks/hook-radicale.py'
  adding 'PyInstaller/hooks/hook-raven.py'
  adding 'PyInstaller/hooks/hook-rawpy.py'
  adding 'PyInstaller/hooks/hook-rdflib.py'
  adding 'PyInstaller/hooks/hook-redmine.py'
  adding 'PyInstaller/hooks/hook-regex.py'
  adding 'PyInstaller/hooks/hook-reportlab.lib.utils.py'
  adding 'PyInstaller/hooks/hook-reportlab.pdfbase._fontdata.py'
  adding 'PyInstaller/hooks/hook-resampy.py'
  adding 'PyInstaller/hooks/hook-scapy.layers.all.py'
  adding 'PyInstaller/hooks/hook-scipy.io.matlab.py'
  adding 'PyInstaller/hooks/hook-scipy.linalg.py'
  adding 'PyInstaller/hooks/hook-scipy.py'
  adding 'PyInstaller/hooks/hook-scipy.sparse.csgraph.py'
  adding 'PyInstaller/hooks/hook-scipy.special._ellip_harm_2.py'
  adding 'PyInstaller/hooks/hook-scipy.special._ufuncs.py'
  adding 'PyInstaller/hooks/hook-selenium.py'
  adding 'PyInstaller/hooks/hook-setuptools.py'
  adding 'PyInstaller/hooks/hook-shapely.py'
  adding 'PyInstaller/hooks/hook-shelve.py'
  adding 'PyInstaller/hooks/hook-skimage.transform.py'
  adding 'PyInstaller/hooks/hook-sklearn.metrics.cluster.py'
  adding 'PyInstaller/hooks/hook-sound_lib.py'
  adding 'PyInstaller/hooks/hook-soundfile.py'
  adding 'PyInstaller/hooks/hook-speech_recognition.py'
  adding 'PyInstaller/hooks/hook-sphinx.py'
  adding 'PyInstaller/hooks/hook-sqlalchemy.py'
  adding 'PyInstaller/hooks/hook-sqlite3.py'
  adding 'PyInstaller/hooks/hook-storm.database.py'
  adding 'PyInstaller/hooks/hook-sysconfig.py'
  adding 'PyInstaller/hooks/hook-tables.py'
  adding 'PyInstaller/hooks/hook-tcod.py'
  adding 'PyInstaller/hooks/hook-textdistance.py'
  adding 'PyInstaller/hooks/hook-torch.py'
  adding 'PyInstaller/hooks/hook-ttkthemes.py'
  adding 'PyInstaller/hooks/hook-u1db.py'
  adding 'PyInstaller/hooks/hook-umap.py'
  adding 'PyInstaller/hooks/hook-unidecode.py'
  adding 'PyInstaller/hooks/hook-uniseg.py'
  adding 'PyInstaller/hooks/hook-usb.py'
  adding 'PyInstaller/hooks/hook-uvloop.py'
  adding 'PyInstaller/hooks/hook-vtkpython.py'
  adding 'PyInstaller/hooks/hook-wavefile.py'
  adding 'PyInstaller/hooks/hook-weasyprint.py'
  adding 'PyInstaller/hooks/hook-web3.py'
  adding 'PyInstaller/hooks/hook-webview.py'
  adding 'PyInstaller/hooks/hook-win32com.py'
  adding 'PyInstaller/hooks/hook-wx.lib.activex.py'
  adding 'PyInstaller/hooks/hook-wx.lib.pubsub.py'
  adding 'PyInstaller/hooks/hook-wx.xrc.py'
  adding 'PyInstaller/hooks/hook-xml.dom.domreg.py'
  adding 'PyInstaller/hooks/hook-xml.dom.html.HTMLDocument.py'
  adding 'PyInstaller/hooks/hook-xml.etree.cElementTree.py'
  adding 'PyInstaller/hooks/hook-xml.py'
  adding 'PyInstaller/hooks/hook-xml.sax.saxexts.py'
  adding 'PyInstaller/hooks/hook-xsge_gui.py'
  adding 'PyInstaller/hooks/hook-zeep.py'
  adding 'PyInstaller/hooks/hook-zmq.py'
  adding 'PyInstaller/hooks/pre_find_module_path/__init__.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt4.uic.port_v2.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt4.uic.port_v3.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v2.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v3.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-distutils.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-site.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/__init__.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-_xmlplus.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-win32com.py'
  adding 'PyInstaller/lib/README.rst'
  adding 'PyInstaller/lib/__init__.py'
  adding 'PyInstaller/lib/modulegraph/__init__.py'
  adding 'PyInstaller/lib/modulegraph/__main__.py'
  adding 'PyInstaller/lib/modulegraph/_compat.py'
  adding 'PyInstaller/lib/modulegraph/find_modules.py'
  adding 'PyInstaller/lib/modulegraph/modulegraph.py'
  adding 'PyInstaller/lib/modulegraph/util.py'
  adding 'PyInstaller/lib/modulegraph/zipio.py'
  adding 'PyInstaller/loader/__init__.py'
  adding 'PyInstaller/loader/pyiboot01_bootstrap.py'
  adding 'PyInstaller/loader/pyimod01_os_path.py'
  adding 'PyInstaller/loader/pyimod02_archive.py'
  adding 'PyInstaller/loader/pyimod03_importers.py'
  adding 'PyInstaller/loader/rthooks.dat'
  adding 'PyInstaller/loader/rthooks/__init__.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth__tkinter.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_certifi.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_django.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_enchant.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gdkpixbuf.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gi.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gio.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_glib.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gstreamer.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gtk.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_kivy.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_mplconfig.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_mpldata.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_multiprocessing.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_nltk.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_osgeo.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pkgres.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyqt5.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyqt5webengine.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyside2.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyside2webengine.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_qt4plugins.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_traitlets.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_twisted.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_usb.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_win32comgenpy.py'
  adding 'PyInstaller/utils/__init__.py'
  adding 'PyInstaller/utils/_gitrevision.py'
  adding 'PyInstaller/utils/git.py'
  adding 'PyInstaller/utils/misc.py'
  adding 'PyInstaller/utils/osx.py'
  adding 'PyInstaller/utils/release.py'
  adding 'PyInstaller/utils/tests.py'
  adding 'PyInstaller/utils/cliutils/__init__.py'
  adding 'PyInstaller/utils/cliutils/archive_viewer.py'
  adding 'PyInstaller/utils/cliutils/bindepend.py'
  adding 'PyInstaller/utils/cliutils/grab_version.py'
  adding 'PyInstaller/utils/cliutils/makespec.py'
  adding 'PyInstaller/utils/cliutils/set_version.py'
  adding 'PyInstaller/utils/hooks/__init__.py'
  adding 'PyInstaller/utils/hooks/django.py'
  adding 'PyInstaller/utils/hooks/gi.py'
  adding 'PyInstaller/utils/hooks/qt.py'
  adding 'PyInstaller/utils/hooks/win32.py'
  adding 'PyInstaller/utils/hooks/subproc/README'
  adding 'PyInstaller/utils/hooks/subproc/__init__.py'
  adding 'PyInstaller/utils/hooks/subproc/django_import_finder.py'
  adding 'PyInstaller/utils/win32/__init__.py'
  adding 'PyInstaller/utils/win32/icon.py'
  adding 'PyInstaller/utils/win32/versioninfo.py'
  adding 'PyInstaller/utils/win32/winmanifest.py'
  adding 'PyInstaller/utils/win32/winresource.py'
  adding 'PyInstaller/utils/win32/winutils.py'
  adding 'PyInstaller-3.5.dist-info/COPYING.txt'
  adding 'PyInstaller-3.5.dist-info/METADATA'
  adding 'PyInstaller-3.5.dist-info/WHEEL'
  adding 'PyInstaller-3.5.dist-info/entry_points.txt'
  adding 'PyInstaller-3.5.dist-info/top_level.txt'
  adding 'PyInstaller-3.5.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
done
  Created wheel for pyinstaller: filename=PyInstaller-3.5-cp27-none-any.whl size=2877901 sha256=04a885c6f4c53c23126cb64667bc5419020a9b296c232fd0f1a04a9fe5b9e642
  Stored in directory: /home/carlos/.cache/pip/wheels/c6/a4/e0/d9a1c5d3d876eb0675171281c293aed80839115e2eb022e6d2
  Removing source in /tmp/pip-install-awQLvx/pyinstaller
Successfully built pyinstaller
Building wheels for collected packages: aostats
  Created temporary directory: /tmp/pip-wheel-kQY680
  Building wheel for aostats (setup.py) ...   Destination directory: /tmp/pip-wheel-kQY680
  Running command /home/carlos/AlbionStats/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-kQY680 --python-tag cp27
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/aostats
  copying aostats/__init__.py -> build/lib.linux-x86_64-2.7/aostats
  running egg_info
  creating aostats.egg-info
  writing aostats.egg-info/PKG-INFO
  writing top-level names to aostats.egg-info/top_level.txt
  writing dependency_links to aostats.egg-info/dependency_links.txt
  writing manifest file 'aostats.egg-info/SOURCES.txt'
  reading manifest file 'aostats.egg-info/SOURCES.txt'
  writing manifest file 'aostats.egg-info/SOURCES.txt'
  running build_ext
  running build_rust
  cargo rustc --lib --manifest-path Cargo.toml --features cpython/extension-module-2-7 cpython/python27-sys --release --verbose -- --crate-type cdylib
   Downloading crates ...
    Downloaded python27-sys v0.3.0
     Compiling libc v0.2.61
     Compiling memchr v2.2.1
     Compiling lazy_static v1.3.0
     Compiling autocfg v0.1.5
     Compiling log v0.4.8
     Compiling cfg-if v0.1.9
     Compiling proc-macro2 v1.0.6
     Compiling unicode-xid v0.2.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=f7dedb57a0a7fb4a -C extra-filename=-f7dedb57a0a7fb4a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/memchr-f7dedb57a0a7fb4a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=551120831dd6315a -C extra-filename=-551120831dd6315a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/libc-551120831dd6315a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name autocfg /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8023679be133b4ec -C extra-filename=-8023679be133b4ec --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="std"' -C metadata=d8b0006798c1442a -C extra-filename=-d8b0006798c1442a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/log-d8b0006798c1442a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name cfg_if /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c06b05bbfdcb4a64 -C extra-filename=-c06b05bbfdcb4a64 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name lazy_static /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=851dae6ad7d9f596 -C extra-filename=-851dae6ad7d9f596 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=82ff4bf302aa3d83 -C extra-filename=-82ff4bf302aa3d83 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/proc-macro2-82ff4bf302aa3d83 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=88510d2345a452a6 -C extra-filename=-88510d2345a452a6 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling rustc-serialize v0.3.24
       Running `rustc --crate-name rustc_serialize /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dacffc13f7b13042 -C extra-filename=-dacffc13f7b13042 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling syn v1.0.11
       Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=bfbf3944f56619a9 -C extra-filename=-bfbf3944f56619a9 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/syn-bfbf3944f56619a9 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling term v0.4.6
       Running `rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=ba1ac72b007a4a8d -C extra-filename=-ba1ac72b007a4a8d --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling unicode-xid v0.0.3
       Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e11f3580852a2e3c -C extra-filename=-e11f3580852a2e3c --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling regex-syntax v0.6.12
       Running `rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4d7225b67d680e35 -C extra-filename=-4d7225b67d680e35 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling serde v1.0.98
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=ae2b77c78a971812 -C extra-filename=-ae2b77c78a971812 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/serde-ae2b77c78a971812 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling bitflags v0.5.0
       Running `rustc --crate-name bitflags /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c4c6f613b762cc01 -C extra-filename=-c4c6f613b762cc01 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling regex v0.2.11
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=fa986e35ec53d6a8 -C extra-filename=-fa986e35ec53d6a8 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/regex-fa986e35ec53d6a8 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling ucd-util v0.1.5
       Running `rustc --crate-name ucd_util /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-util-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=9cf449df6c4c28db -C extra-filename=-9cf449df6c4c28db --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling utf8-ranges v1.0.4
       Running `rustc --crate-name utf8_ranges /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8c2ddfe19d3e17c0 -C extra-filename=-8c2ddfe19d3e17c0 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling glob v0.2.11
       Running `rustc --crate-name glob /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=a1eb637ffdc600e7 -C extra-filename=-a1eb637ffdc600e7 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling pnet_base v0.22.0
       Running `rustc --crate-name pnet_base /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_base-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ff40e2a3173a9cf4 -C extra-filename=-ff40e2a3173a9cf4 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling byteorder v1.3.2
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b84fed69b4e89374 -C extra-filename=-b84fed69b4e89374 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/byteorder-b84fed69b4e89374 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling ryu v1.0.2
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=82cc8bd220d8e79a -C extra-filename=-82cc8bd220d8e79a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/ryu-82cc8bd220d8e79a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling pnet v0.22.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=6192a0f3b88d0e92 -C extra-filename=-6192a0f3b88d0e92 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/pnet-6192a0f3b88d0e92 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling itoa v0.4.4
       Running `rustc --crate-name itoa /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=681b695b853fd2f3 -C extra-filename=-681b695b853fd2f3 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
     Compiling cpython v0.3.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
  error[E0428]: the name `PYTHONSYS_ENV_VAR` is defined multiple times
    --> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs:10:1
     |
  7  | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON27_PYTHON_FLAGS";
     | -------------------------------------------------------------------- previous definition of the value `PYTHONSYS_ENV_VAR` here
  ...
  10 | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON3_PYTHON_FLAGS";
     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PYTHONSYS_ENV_VAR` redefined here
     |
     = note: `PYTHONSYS_ENV_VAR` must be defined only once in the value namespace of this module

  error: aborting due to previous error

  For more information about this error, try `rustc --explain E0428`.
  error: could not compile `cpython`.

  Caused by:
    process didn't exit successfully: `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow` (exit code: 1)
  warning: build failed, waiting for other jobs to finish...
  error: build failed
  error: cargo failed with code: 101

error
  ERROR: Failed building wheel for aostats
  Running setup.py clean for aostats
  Running command /home/carlos/AlbionStats/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
  running clean
  removing 'build/lib.linux-x86_64-2.7' (and everything under it)
  'build/bdist.linux-x86_64' does not exist -- can't clean it
  'build/scripts-2.7' does not exist -- can't clean it
  removing 'build'
  running clean_rust
  cargo clean --manifest-path Cargo.toml
Failed to build aostats
Installing collected packages: shiboken2, pyside2, dis3, altgraph, pyinstaller, idna, chardet, certifi, urllib3, requests, Pillow, aostats

  changing mode of /home/carlos/AlbionStats/bin/pyside2-designer to 775
  changing mode of /home/carlos/AlbionStats/bin/pyside2-lupdate to 775
  changing mode of /home/carlos/AlbionStats/bin/pyside2-rcc to 775
  changing mode of /home/carlos/AlbionStats/bin/pyside2-uic to 775

  changing mode of /home/carlos/AlbionStats/bin/pyinstaller to 775
  changing mode of /home/carlos/AlbionStats/bin/pyi-grab_version to 775
  changing mode of /home/carlos/AlbionStats/bin/pyi-archive_viewer to 775
  changing mode of /home/carlos/AlbionStats/bin/pyi-bindepend to 775
  changing mode of /home/carlos/AlbionStats/bin/pyi-set_version to 775
  changing mode of /home/carlos/AlbionStats/bin/pyi-makespec to 775

  changing mode of /home/carlos/AlbionStats/bin/chardetect to 775

  Created temporary directory: /tmp/pip-record-HvXTHN
    Running command /home/carlos/AlbionStats/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-HvXTHN/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/AlbionStats/include/site/python2.7/aostats
    Running setup.py install for aostats ...     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/aostats
    copying aostats/__init__.py -> build/lib.linux-x86_64-2.7/aostats
    running egg_info
    writing aostats.egg-info/PKG-INFO
    writing top-level names to aostats.egg-info/top_level.txt
    writing dependency_links to aostats.egg-info/dependency_links.txt
    reading manifest file 'aostats.egg-info/SOURCES.txt'
    writing manifest file 'aostats.egg-info/SOURCES.txt'
    running build_ext
    running build_rust
    cargo rustc --lib --manifest-path Cargo.toml --features cpython/extension-module-2-7 cpython/python27-sys --release --verbose -- --crate-type cdylib
       Compiling libc v0.2.61
       Compiling memchr v2.2.1
       Compiling lazy_static v1.3.0
       Compiling autocfg v0.1.5
       Compiling log v0.4.8
       Compiling proc-macro2 v1.0.6
       Compiling cfg-if v0.1.9
       Compiling unicode-xid v0.2.0
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=551120831dd6315a -C extra-filename=-551120831dd6315a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/libc-551120831dd6315a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=f7dedb57a0a7fb4a -C extra-filename=-f7dedb57a0a7fb4a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/memchr-f7dedb57a0a7fb4a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name lazy_static /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=851dae6ad7d9f596 -C extra-filename=-851dae6ad7d9f596 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name autocfg /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8023679be133b4ec -C extra-filename=-8023679be133b4ec --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="std"' -C metadata=d8b0006798c1442a -C extra-filename=-d8b0006798c1442a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/log-d8b0006798c1442a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=82ff4bf302aa3d83 -C extra-filename=-82ff4bf302aa3d83 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/proc-macro2-82ff4bf302aa3d83 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=88510d2345a452a6 -C extra-filename=-88510d2345a452a6 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
         Running `rustc --crate-name cfg_if /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c06b05bbfdcb4a64 -C extra-filename=-c06b05bbfdcb4a64 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling syn v1.0.11
         Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=bfbf3944f56619a9 -C extra-filename=-bfbf3944f56619a9 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/syn-bfbf3944f56619a9 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling rustc-serialize v0.3.24
         Running `rustc --crate-name rustc_serialize /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dacffc13f7b13042 -C extra-filename=-dacffc13f7b13042 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling term v0.4.6
         Running `rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=ba1ac72b007a4a8d -C extra-filename=-ba1ac72b007a4a8d --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling unicode-xid v0.0.3
         Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e11f3580852a2e3c -C extra-filename=-e11f3580852a2e3c --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling serde v1.0.98
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=ae2b77c78a971812 -C extra-filename=-ae2b77c78a971812 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/serde-ae2b77c78a971812 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling bitflags v0.5.0
         Running `rustc --crate-name bitflags /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c4c6f613b762cc01 -C extra-filename=-c4c6f613b762cc01 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling ucd-util v0.1.5
         Running `rustc --crate-name ucd_util /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-util-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=9cf449df6c4c28db -C extra-filename=-9cf449df6c4c28db --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling regex v0.2.11
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=fa986e35ec53d6a8 -C extra-filename=-fa986e35ec53d6a8 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/regex-fa986e35ec53d6a8 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling regex-syntax v0.6.12
         Running `rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4d7225b67d680e35 -C extra-filename=-4d7225b67d680e35 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling utf8-ranges v1.0.4
         Running `rustc --crate-name utf8_ranges /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8c2ddfe19d3e17c0 -C extra-filename=-8c2ddfe19d3e17c0 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling pnet_base v0.22.0
         Running `rustc --crate-name pnet_base /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_base-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ff40e2a3173a9cf4 -C extra-filename=-ff40e2a3173a9cf4 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling glob v0.2.11
         Running `rustc --crate-name glob /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=a1eb637ffdc600e7 -C extra-filename=-a1eb637ffdc600e7 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling byteorder v1.3.2
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b84fed69b4e89374 -C extra-filename=-b84fed69b4e89374 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/byteorder-b84fed69b4e89374 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling ryu v1.0.2
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=82cc8bd220d8e79a -C extra-filename=-82cc8bd220d8e79a --out-dir /tmp/pip-req-build-ifARoN/target/release/build/ryu-82cc8bd220d8e79a -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling pnet v0.22.0
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=6192a0f3b88d0e92 -C extra-filename=-6192a0f3b88d0e92 --out-dir /tmp/pip-req-build-ifARoN/target/release/build/pnet-6192a0f3b88d0e92 -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling itoa v0.4.4
         Running `rustc --crate-name itoa /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=681b695b853fd2f3 -C extra-filename=-681b695b853fd2f3 --out-dir /tmp/pip-req-build-ifARoN/target/release/deps -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
       Compiling cpython v0.3.0
         Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow`
    error[E0428]: the name `PYTHONSYS_ENV_VAR` is defined multiple times
      --> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs:10:1
       |
    7  | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON27_PYTHON_FLAGS";
       | -------------------------------------------------------------------- previous definition of the value `PYTHONSYS_ENV_VAR` here
    ...
    10 | const PYTHONSYS_ENV_VAR: &'static str = "DEP_PYTHON3_PYTHON_FLAGS";
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `PYTHONSYS_ENV_VAR` redefined here
       |
       = note: `PYTHONSYS_ENV_VAR` must be defined only once in the value namespace of this module

    error: aborting due to previous error

    For more information about this error, try `rustc --explain E0428`.
    error: could not compile `cpython`.

    Caused by:
      process didn't exit successfully: `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module-2-7"' --cfg 'feature="python27-sys"' --cfg 'feature="python3-sys"' -C metadata=edb4273d7d34ba7d -C extra-filename=-edb4273d7d34ba7d --out-dir /tmp/pip-req-build-ifARoN/target/release/build/cpython-edb4273d7d34ba7d -L dependency=/tmp/pip-req-build-ifARoN/target/release/deps --cap-lints allow` (exit code: 1)
    warning: build failed, waiting for other jobs to finish...
    error: build failed
    error: cargo failed with code: 101

error
Cleaning up...
  Removing source in /tmp/pip-req-build-ifARoN
Removed build tracker '/tmp/pip-req-tracker-m0hjgs'
ERROR: Command errored out with exit status 1: /home/carlos/AlbionStats/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-HvXTHN/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/AlbionStats/include/site/python2.7/aostats Check the logs for full command output.
Exception information:
Traceback (most recent call last):
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/cli/base_command.py", line 153, in _main
    status = self.run(options, args)
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 455, in run
    use_user_site=options.use_user_site,
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/req/__init__.py", line 62, in install_given_reqs
    **kwargs
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/req/req_install.py", line 888, in install
    cwd=self.unpacked_source_directory,
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/utils/subprocess.py", line 275, in runner
    spinner=spinner,
  File "/home/carlos/AlbionStats/local/lib/python2.7/site-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess
    raise InstallationError(exc_msg)
InstallationError: Command errored out with exit status 1: /home/carlos/AlbionStats/bin/python2 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ifARoN/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-HvXTHN/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/AlbionStats/include/site/python2.7/aostats Check the logs for full command output.
mazurwiktor commented 4 years ago

You're closer and closer :)

I see you're trying to build it with python2.7.

Do you have python3.6/3.7? Could you try create venv with python3?

carlos0658 commented 4 years ago

So close, no matter how far! LoL

Now with Python 3.7. I don't know if it installed correctly. Seems to have a problem since I can not find aostats.py .

After installing:

(AlbionStat3) carlos@Kubuntu:~/albion-online-stats$ sudo python frontend/aostats.py
python: can't open file 'frontend/aostats.py': [Errno 2] No such file or directory

I tried executing albion-online-stats.py too but it seem to be a problem with PySide2.

(AlbionStat3) carlos@Kubuntu:~/albion-online-stats$ sudo python frontend/albion-online-stats.py 
Traceback (most recent call last):
  File "frontend/albion-online-stats.py", line 2, in <module>
    from src import run
  File "/home/carlos/albion-online-stats/frontend/src/__init__.py", line 1, in <module>
    from .app import run
  File "/home/carlos/albion-online-stats/frontend/src/app.py", line 6, in <module>
    from PySide2.QtCore import Qt
ImportError: No module named PySide2.QtCore

Qt version:

QMake version 3.1
Using Qt version 5.11.1 in /usr/lib/x86_64-linux-gnu

Installation output:

  copying build/lib/PyInstaller/bootloader/Darwin-64bit/runw_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib/PyInstaller/bootloader/Darwin-64bit/run_d -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib/PyInstaller/bootloader/Darwin-64bit/runw -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  copying build/lib/PyInstaller/bootloader/Darwin-64bit/run -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/Darwin-64bit
  creating build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/github_logo.png -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-console.svg -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-windowed.icns -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-windowed.svg -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-windowed.ico -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-console.ico -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  copying build/lib/PyInstaller/bootloader/images/icon-console.icns -> build/bdist.linux-x86_64/wheel/PyInstaller/bootloader/images
  creating build/bdist.linux-x86_64/wheel/PyInstaller/fake-modules
  copying build/lib/PyInstaller/fake-modules/site.py -> build/bdist.linux-x86_64/wheel/PyInstaller/fake-modules
  creating build/bdist.linux-x86_64/wheel/PyInstaller/lib
  copying build/lib/PyInstaller/lib/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib
  copying build/lib/PyInstaller/lib/README.rst -> build/bdist.linux-x86_64/wheel/PyInstaller/lib
  creating build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/zipio.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/__init__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/__main__.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/util.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/_compat.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/modulegraph.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/lib/modulegraph/find_modules.py -> build/bdist.linux-x86_64/wheel/PyInstaller/lib/modulegraph
  copying build/lib/PyInstaller/exceptions.py -> build/bdist.linux-x86_64/wheel/PyInstaller
  running install_egg_info
  Copying PyInstaller.egg-info to build/bdist.linux-x86_64/wheel/PyInstaller-3.5-py3.7.egg-info
  running install_scripts
  adding license file "COPYING.txt" (matched pattern "COPYING*")
  creating build/bdist.linux-x86_64/wheel/PyInstaller-3.5.dist-info/WHEEL
  creating '/tmp/pip-wheel-y56m1zio/tmpiteztl8y/PyInstaller-3.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'PyInstaller/__init__.py'
  adding 'PyInstaller/__main__.py'
  adding 'PyInstaller/compat.py'
  adding 'PyInstaller/config.py'
  adding 'PyInstaller/configure.py'
  adding 'PyInstaller/exceptions.py'
  adding 'PyInstaller/log.py'
  adding 'PyInstaller/archive/__init__.py'
  adding 'PyInstaller/archive/pyz_crypto.py'
  adding 'PyInstaller/archive/readers.py'
  adding 'PyInstaller/archive/writers.py'
  adding 'PyInstaller/bootloader/Darwin-64bit/run'
  adding 'PyInstaller/bootloader/Darwin-64bit/run_d'
  adding 'PyInstaller/bootloader/Darwin-64bit/runw'
  adding 'PyInstaller/bootloader/Darwin-64bit/runw_d'
  adding 'PyInstaller/bootloader/Linux-32bit/run'
  adding 'PyInstaller/bootloader/Linux-32bit/run_d'
  adding 'PyInstaller/bootloader/Linux-64bit/run'
  adding 'PyInstaller/bootloader/Linux-64bit/run_d'
  adding 'PyInstaller/bootloader/Windows-32bit/run.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/run_d.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/runw.exe'
  adding 'PyInstaller/bootloader/Windows-32bit/runw_d.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/run.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/run_d.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/runw.exe'
  adding 'PyInstaller/bootloader/Windows-64bit/runw_d.exe'
  adding 'PyInstaller/bootloader/images/github_logo.png'
  adding 'PyInstaller/bootloader/images/icon-console.icns'
  adding 'PyInstaller/bootloader/images/icon-console.ico'
  adding 'PyInstaller/bootloader/images/icon-console.svg'
  adding 'PyInstaller/bootloader/images/icon-windowed.icns'
  adding 'PyInstaller/bootloader/images/icon-windowed.ico'
  adding 'PyInstaller/bootloader/images/icon-windowed.svg'
  adding 'PyInstaller/building/__init__.py'
  adding 'PyInstaller/building/api.py'
  adding 'PyInstaller/building/build_main.py'
  adding 'PyInstaller/building/datastruct.py'
  adding 'PyInstaller/building/imphook.py'
  adding 'PyInstaller/building/imphookapi.py'
  adding 'PyInstaller/building/makespec.py'
  adding 'PyInstaller/building/osx.py'
  adding 'PyInstaller/building/templates.py'
  adding 'PyInstaller/building/toc_conversion.py'
  adding 'PyInstaller/building/utils.py'
  adding 'PyInstaller/depend/__init__.py'
  adding 'PyInstaller/depend/analysis.py'
  adding 'PyInstaller/depend/bindepend.py'
  adding 'PyInstaller/depend/dylib.py'
  adding 'PyInstaller/depend/utils.py'
  adding 'PyInstaller/fake-modules/site.py'
  adding 'PyInstaller/hooks/__init__.py'
  adding 'PyInstaller/hooks/hook-BTrees.py'
  adding 'PyInstaller/hooks/hook-Crypto.py'
  adding 'PyInstaller/hooks/hook-Cryptodome.py'
  adding 'PyInstaller/hooks/hook-IPython.py'
  adding 'PyInstaller/hooks/hook-OpenGL.py'
  adding 'PyInstaller/hooks/hook-OpenGL_accelerate.py'
  adding 'PyInstaller/hooks/hook-PIL.Image.py'
  adding 'PyInstaller/hooks/hook-PIL.SpiderImagePlugin.py'
  adding 'PyInstaller/hooks/hook-PIL.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qt.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qt3Support.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtAssistant.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtCore.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtGui.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtScript.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtSql.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtTest.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PyQt4.QtXml.py'
  adding 'PyInstaller/hooks/hook-PyQt4.Qwt5.py'
  adding 'PyInstaller/hooks/hook-PyQt4.phonon.py'
  adding 'PyInstaller/hooks/hook-PyQt4.py'
  adding 'PyInstaller/hooks/hook-PyQt4.uic.py'
  adding 'PyInstaller/hooks/hook-PyQt5.Qt.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtCore.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtGui.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtMultimedia.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtPrintSupport.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQml.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQuick.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtQuickWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtScript.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSensors.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSerialPort.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSql.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtTest.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebEngineWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWebKitWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtWidgets.py'
  adding 'PyInstaller/hooks/hook-PyQt5.QtXml.py'
  adding 'PyInstaller/hooks/hook-PyQt5.py'
  adding 'PyInstaller/hooks/hook-PyQt5.uic.py'
  adding 'PyInstaller/hooks/hook-PySide.QtCore.py'
  adding 'PyInstaller/hooks/hook-PySide.QtGui.py'
  adding 'PyInstaller/hooks/hook-PySide.QtSql.py'
  adding 'PyInstaller/hooks/hook-PySide.phonon.py'
  adding 'PyInstaller/hooks/hook-PySide.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtCore.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtGui.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtHelp.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtMultimedia.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtNetwork.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtOpenGL.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtPrintSupport.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQml.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQuick.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtQuickWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtScript.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSensors.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSerialPort.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSql.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtSvg.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtTest.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebEngineWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebKit.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWebKitWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtWidgets.py'
  adding 'PyInstaller/hooks/hook-PySide2.QtXml.py'
  adding 'PyInstaller/hooks/hook-PySide2.Qwt5.py'
  adding 'PyInstaller/hooks/hook-PySide2.py'
  adding 'PyInstaller/hooks/hook-PySide2.uic.py'
  adding 'PyInstaller/hooks/hook-Xlib.py'
  adding 'PyInstaller/hooks/hook-_mssql.py'
  adding 'PyInstaller/hooks/hook-_mysql.py'
  adding 'PyInstaller/hooks/hook-_tkinter.py'
  adding 'PyInstaller/hooks/hook-accessible_output2.py'
  adding 'PyInstaller/hooks/hook-adios.py'
  adding 'PyInstaller/hooks/hook-aliyunsdkcore.py'
  adding 'PyInstaller/hooks/hook-amazonproduct.py'
  adding 'PyInstaller/hooks/hook-appdirs.py'
  adding 'PyInstaller/hooks/hook-appy.pod.py'
  adding 'PyInstaller/hooks/hook-astroid.py'
  adding 'PyInstaller/hooks/hook-astropy.py'
  adding 'PyInstaller/hooks/hook-babel.py'
  adding 'PyInstaller/hooks/hook-bacon.py'
  adding 'PyInstaller/hooks/hook-bokeh.py'
  adding 'PyInstaller/hooks/hook-boto.py'
  adding 'PyInstaller/hooks/hook-boto3.py'
  adding 'PyInstaller/hooks/hook-botocore.py'
  adding 'PyInstaller/hooks/hook-certifi.py'
  adding 'PyInstaller/hooks/hook-clr.py'
  adding 'PyInstaller/hooks/hook-countrycode.py'
  adding 'PyInstaller/hooks/hook-cryptography.py'
  adding 'PyInstaller/hooks/hook-cv2.py'
  adding 'PyInstaller/hooks/hook-cx_Oracle.py'
  adding 'PyInstaller/hooks/hook-cytoolz.itertoolz.py'
  adding 'PyInstaller/hooks/hook-dateparser.utils.strptime.py'
  adding 'PyInstaller/hooks/hook-dclab.py'
  adding 'PyInstaller/hooks/hook-distorm3.py'
  adding 'PyInstaller/hooks/hook-distutils.py'
  adding 'PyInstaller/hooks/hook-django.contrib.sessions.py'
  adding 'PyInstaller/hooks/hook-django.core.cache.py'
  adding 'PyInstaller/hooks/hook-django.core.mail.py'
  adding 'PyInstaller/hooks/hook-django.core.management.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.mysql.base.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.oracle.base.py'
  adding 'PyInstaller/hooks/hook-django.db.backends.py'
  adding 'PyInstaller/hooks/hook-django.py'
  adding 'PyInstaller/hooks/hook-django.template.loaders.py'
  adding 'PyInstaller/hooks/hook-dns.rdata.py'
  adding 'PyInstaller/hooks/hook-docutils.py'
  adding 'PyInstaller/hooks/hook-docx.py'
  adding 'PyInstaller/hooks/hook-dynaconf.py'
  adding 'PyInstaller/hooks/hook-enchant.py'
  adding 'PyInstaller/hooks/hook-encodings.py'
  adding 'PyInstaller/hooks/hook-eth_abi.py'
  adding 'PyInstaller/hooks/hook-eth_account.py'
  adding 'PyInstaller/hooks/hook-eth_hash.py'
  adding 'PyInstaller/hooks/hook-eth_keyfile.py'
  adding 'PyInstaller/hooks/hook-eth_utils.py'
  adding 'PyInstaller/hooks/hook-faker.py'
  adding 'PyInstaller/hooks/hook-flex.py'
  adding 'PyInstaller/hooks/hook-fmpy.py'
  adding 'PyInstaller/hooks/hook-gadfly.py'
  adding 'PyInstaller/hooks/hook-gevent.py'
  adding 'PyInstaller/hooks/hook-gi.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Atk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Champlain.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Clutter.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GIRepository.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GLib.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GModule.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GObject.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gdk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GdkPixbuf.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gio.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gst.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstAudio.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstBase.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstPbutils.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstTag.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GstVideo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Gtk.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkChamplain.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkClutter.py'
  adding 'PyInstaller/hooks/hook-gi.repository.GtkSource.py'
  adding 'PyInstaller/hooks/hook-gi.repository.Pango.py'
  adding 'PyInstaller/hooks/hook-gi.repository.PangoCairo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.cairo.py'
  adding 'PyInstaller/hooks/hook-gi.repository.xlib.py'
  adding 'PyInstaller/hooks/hook-gooey.py'
  adding 'PyInstaller/hooks/hook-google.api_core.py'
  adding 'PyInstaller/hooks/hook-google.cloud.py'
  adding 'PyInstaller/hooks/hook-google.cloud.storage.py'
  adding 'PyInstaller/hooks/hook-google.cloud.translate.py'
  adding 'PyInstaller/hooks/hook-gst._gst.py'
  adding 'PyInstaller/hooks/hook-gtk.py'
  adding 'PyInstaller/hooks/hook-h5py.py'
  adding 'PyInstaller/hooks/hook-httplib.py'
  adding 'PyInstaller/hooks/hook-httplib2.py'
  adding 'PyInstaller/hooks/hook-idlelib.py'
  adding 'PyInstaller/hooks/hook-imageio.py'
  adding 'PyInstaller/hooks/hook-imageio_ffmpeg.py'
  adding 'PyInstaller/hooks/hook-importlib_metadata.py'
  adding 'PyInstaller/hooks/hook-importlib_resources.py'
  adding 'PyInstaller/hooks/hook-jedi.py'
  adding 'PyInstaller/hooks/hook-jinja2.py'
  adding 'PyInstaller/hooks/hook-jira.py'
  adding 'PyInstaller/hooks/hook-jsonpath_rw_ext.py'
  adding 'PyInstaller/hooks/hook-jsonschema.py'
  adding 'PyInstaller/hooks/hook-jupyterlab.py'
  adding 'PyInstaller/hooks/hook-keyring.backends.py'
  adding 'PyInstaller/hooks/hook-kinterbasdb.py'
  adding 'PyInstaller/hooks/hook-kivy.py'
  adding 'PyInstaller/hooks/hook-langcodes.py'
  adding 'PyInstaller/hooks/hook-lensfunpy.py'
  adding 'PyInstaller/hooks/hook-lib2to3.py'
  adding 'PyInstaller/hooks/hook-libaudioverse.py'
  adding 'PyInstaller/hooks/hook-llvmlite.py'
  adding 'PyInstaller/hooks/hook-logilab.py'
  adding 'PyInstaller/hooks/hook-lxml.etree.py'
  adding 'PyInstaller/hooks/hook-lxml.isoschematron.py'
  adding 'PyInstaller/hooks/hook-lxml.objectify.py'
  adding 'PyInstaller/hooks/hook-lz4.py'
  adding 'PyInstaller/hooks/hook-magic.py'
  adding 'PyInstaller/hooks/hook-mako.codegen.py'
  adding 'PyInstaller/hooks/hook-markdown.py'
  adding 'PyInstaller/hooks/hook-matplotlib.backends.py'
  adding 'PyInstaller/hooks/hook-matplotlib.numerix.py'
  adding 'PyInstaller/hooks/hook-matplotlib.py'
  adding 'PyInstaller/hooks/hook-migrate.py'
  adding 'PyInstaller/hooks/hook-mpl_toolkits.basemap.py'
  adding 'PyInstaller/hooks/hook-nacl.py'
  adding 'PyInstaller/hooks/hook-names.py'
  adding 'PyInstaller/hooks/hook-nanite.py'
  adding 'PyInstaller/hooks/hook-nbconvert.py'
  adding 'PyInstaller/hooks/hook-nbdime.py'
  adding 'PyInstaller/hooks/hook-nbformat.py'
  adding 'PyInstaller/hooks/hook-ncclient.py'
  adding 'PyInstaller/hooks/hook-netCDF4.py'
  adding 'PyInstaller/hooks/hook-nltk.py'
  adding 'PyInstaller/hooks/hook-notebook.py'
  adding 'PyInstaller/hooks/hook-numba.py'
  adding 'PyInstaller/hooks/hook-numpy.core.py'
  adding 'PyInstaller/hooks/hook-numpy.py'
  adding 'PyInstaller/hooks/hook-openpyxl.py'
  adding 'PyInstaller/hooks/hook-osgeo.py'
  adding 'PyInstaller/hooks/hook-pandas.py'
  adding 'PyInstaller/hooks/hook-paste.exceptions.reporter.py'
  adding 'PyInstaller/hooks/hook-patsy.py'
  adding 'PyInstaller/hooks/hook-pendulum.py'
  adding 'PyInstaller/hooks/hook-phonenumbers.py'
  adding 'PyInstaller/hooks/hook-pint.py'
  adding 'PyInstaller/hooks/hook-pinyin.py'
  adding 'PyInstaller/hooks/hook-pkg_resources.py'
  adding 'PyInstaller/hooks/hook-psychopy.py'
  adding 'PyInstaller/hooks/hook-psycopg2.py'
  adding 'PyInstaller/hooks/hook-pubsub.core.py'
  adding 'PyInstaller/hooks/hook-pycountry.py'
  adding 'PyInstaller/hooks/hook-pycparser.py'
  adding 'PyInstaller/hooks/hook-pydoc.py'
  adding 'PyInstaller/hooks/hook-pyexcelerate.Writer.py'
  adding 'PyInstaller/hooks/hook-pygame.py'
  adding 'PyInstaller/hooks/hook-pygments.py'
  adding 'PyInstaller/hooks/hook-pylint.py'
  adding 'PyInstaller/hooks/hook-pymssql.py'
  adding 'PyInstaller/hooks/hook-pyodbc.py'
  adding 'PyInstaller/hooks/hook-pyopencl.py'
  adding 'PyInstaller/hooks/hook-pyproj.py'
  adding 'PyInstaller/hooks/hook-pytest.py'
  adding 'PyInstaller/hooks/hook-pythoncom.py'
  adding 'PyInstaller/hooks/hook-pyttsx.py'
  adding 'PyInstaller/hooks/hook-pytz.py'
  adding 'PyInstaller/hooks/hook-pytzdata.py'
  adding 'PyInstaller/hooks/hook-pywintypes.py'
  adding 'PyInstaller/hooks/hook-pywt.py'
  adding 'PyInstaller/hooks/hook-qtawesome.py'
  adding 'PyInstaller/hooks/hook-radicale.py'
  adding 'PyInstaller/hooks/hook-raven.py'
  adding 'PyInstaller/hooks/hook-rawpy.py'
  adding 'PyInstaller/hooks/hook-rdflib.py'
  adding 'PyInstaller/hooks/hook-redmine.py'
  adding 'PyInstaller/hooks/hook-regex.py'
  adding 'PyInstaller/hooks/hook-reportlab.lib.utils.py'
  adding 'PyInstaller/hooks/hook-reportlab.pdfbase._fontdata.py'
  adding 'PyInstaller/hooks/hook-resampy.py'
  adding 'PyInstaller/hooks/hook-scapy.layers.all.py'
  adding 'PyInstaller/hooks/hook-scipy.io.matlab.py'
  adding 'PyInstaller/hooks/hook-scipy.linalg.py'
  adding 'PyInstaller/hooks/hook-scipy.py'
  adding 'PyInstaller/hooks/hook-scipy.sparse.csgraph.py'
  adding 'PyInstaller/hooks/hook-scipy.special._ellip_harm_2.py'
  adding 'PyInstaller/hooks/hook-scipy.special._ufuncs.py'
  adding 'PyInstaller/hooks/hook-selenium.py'
  adding 'PyInstaller/hooks/hook-setuptools.py'
  adding 'PyInstaller/hooks/hook-shapely.py'
  adding 'PyInstaller/hooks/hook-shelve.py'
  adding 'PyInstaller/hooks/hook-skimage.transform.py'
  adding 'PyInstaller/hooks/hook-sklearn.metrics.cluster.py'
  adding 'PyInstaller/hooks/hook-sound_lib.py'
  adding 'PyInstaller/hooks/hook-soundfile.py'
  adding 'PyInstaller/hooks/hook-speech_recognition.py'
  adding 'PyInstaller/hooks/hook-sphinx.py'
  adding 'PyInstaller/hooks/hook-sqlalchemy.py'
  adding 'PyInstaller/hooks/hook-sqlite3.py'
  adding 'PyInstaller/hooks/hook-storm.database.py'
  adding 'PyInstaller/hooks/hook-sysconfig.py'
  adding 'PyInstaller/hooks/hook-tables.py'
  adding 'PyInstaller/hooks/hook-tcod.py'
  adding 'PyInstaller/hooks/hook-textdistance.py'
  adding 'PyInstaller/hooks/hook-torch.py'
  adding 'PyInstaller/hooks/hook-ttkthemes.py'
  adding 'PyInstaller/hooks/hook-u1db.py'
  adding 'PyInstaller/hooks/hook-umap.py'
  adding 'PyInstaller/hooks/hook-unidecode.py'
  adding 'PyInstaller/hooks/hook-uniseg.py'
  adding 'PyInstaller/hooks/hook-usb.py'
  adding 'PyInstaller/hooks/hook-uvloop.py'
  adding 'PyInstaller/hooks/hook-vtkpython.py'
  adding 'PyInstaller/hooks/hook-wavefile.py'
  adding 'PyInstaller/hooks/hook-weasyprint.py'
  adding 'PyInstaller/hooks/hook-web3.py'
  adding 'PyInstaller/hooks/hook-webview.py'
  adding 'PyInstaller/hooks/hook-win32com.py'
  adding 'PyInstaller/hooks/hook-wx.lib.activex.py'
  adding 'PyInstaller/hooks/hook-wx.lib.pubsub.py'
  adding 'PyInstaller/hooks/hook-wx.xrc.py'
  adding 'PyInstaller/hooks/hook-xml.dom.domreg.py'
  adding 'PyInstaller/hooks/hook-xml.dom.html.HTMLDocument.py'
  adding 'PyInstaller/hooks/hook-xml.etree.cElementTree.py'
  adding 'PyInstaller/hooks/hook-xml.py'
  adding 'PyInstaller/hooks/hook-xml.sax.saxexts.py'
  adding 'PyInstaller/hooks/hook-xsge_gui.py'
  adding 'PyInstaller/hooks/hook-zeep.py'
  adding 'PyInstaller/hooks/hook-zmq.py'
  adding 'PyInstaller/hooks/pre_find_module_path/__init__.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt4.uic.port_v2.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt4.uic.port_v3.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v2.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-PyQt5.uic.port_v3.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-distutils.py'
  adding 'PyInstaller/hooks/pre_find_module_path/hook-site.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/__init__.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-_xmlplus.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Atk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Champlain.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Clutter.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GIRepository.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GLib.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GModule.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GObject.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gdk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GdkPixbuf.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gio.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gst.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstAudio.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstBase.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstPbutils.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstTag.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GstVideo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Gtk.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkChamplain.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkClutter.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.GtkSource.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.Pango.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.PangoCairo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.cairo.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-gi.repository.xlib.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-setuptools.extern.six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-urllib3.packages.six.moves.py'
  adding 'PyInstaller/hooks/pre_safe_import_module/hook-win32com.py'
  adding 'PyInstaller/lib/README.rst'
  adding 'PyInstaller/lib/__init__.py'
  adding 'PyInstaller/lib/modulegraph/__init__.py'
  adding 'PyInstaller/lib/modulegraph/__main__.py'
  adding 'PyInstaller/lib/modulegraph/_compat.py'
  adding 'PyInstaller/lib/modulegraph/find_modules.py'
  adding 'PyInstaller/lib/modulegraph/modulegraph.py'
  adding 'PyInstaller/lib/modulegraph/util.py'
  adding 'PyInstaller/lib/modulegraph/zipio.py'
  adding 'PyInstaller/loader/__init__.py'
  adding 'PyInstaller/loader/pyiboot01_bootstrap.py'
  adding 'PyInstaller/loader/pyimod01_os_path.py'
  adding 'PyInstaller/loader/pyimod02_archive.py'
  adding 'PyInstaller/loader/pyimod03_importers.py'
  adding 'PyInstaller/loader/rthooks.dat'
  adding 'PyInstaller/loader/rthooks/__init__.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth__tkinter.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_certifi.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_django.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_enchant.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gdkpixbuf.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gi.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gio.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_glib.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gstreamer.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_gtk.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_kivy.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_mplconfig.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_mpldata.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_multiprocessing.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_nltk.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_osgeo.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pkgres.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyqt5.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyqt5webengine.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyside2.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_pyside2webengine.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_qt4plugins.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_traitlets.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_twisted.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_usb.py'
  adding 'PyInstaller/loader/rthooks/pyi_rth_win32comgenpy.py'
  adding 'PyInstaller/utils/__init__.py'
  adding 'PyInstaller/utils/_gitrevision.py'
  adding 'PyInstaller/utils/git.py'
  adding 'PyInstaller/utils/misc.py'
  adding 'PyInstaller/utils/osx.py'
  adding 'PyInstaller/utils/release.py'
  adding 'PyInstaller/utils/tests.py'
  adding 'PyInstaller/utils/cliutils/__init__.py'
  adding 'PyInstaller/utils/cliutils/archive_viewer.py'
  adding 'PyInstaller/utils/cliutils/bindepend.py'
  adding 'PyInstaller/utils/cliutils/grab_version.py'
  adding 'PyInstaller/utils/cliutils/makespec.py'
  adding 'PyInstaller/utils/cliutils/set_version.py'
  adding 'PyInstaller/utils/hooks/__init__.py'
  adding 'PyInstaller/utils/hooks/django.py'
  adding 'PyInstaller/utils/hooks/gi.py'
  adding 'PyInstaller/utils/hooks/qt.py'
  adding 'PyInstaller/utils/hooks/win32.py'
  adding 'PyInstaller/utils/hooks/subproc/README'
  adding 'PyInstaller/utils/hooks/subproc/__init__.py'
  adding 'PyInstaller/utils/hooks/subproc/django_import_finder.py'
  adding 'PyInstaller/utils/win32/__init__.py'
  adding 'PyInstaller/utils/win32/icon.py'
  adding 'PyInstaller/utils/win32/versioninfo.py'
  adding 'PyInstaller/utils/win32/winmanifest.py'
  adding 'PyInstaller/utils/win32/winresource.py'
  adding 'PyInstaller/utils/win32/winutils.py'
  adding 'PyInstaller-3.5.dist-info/COPYING.txt'
  adding 'PyInstaller-3.5.dist-info/METADATA'
  adding 'PyInstaller-3.5.dist-info/WHEEL'
  adding 'PyInstaller-3.5.dist-info/entry_points.txt'
  adding 'PyInstaller-3.5.dist-info/top_level.txt'
  adding 'PyInstaller-3.5.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Running command /home/carlos/AlbionStat3/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-mfxxt6lj/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-mfxxt6lj/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-d054fr_8 --python-tag cp37
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib
  creating build/lib/aostats
  copying aostats/__init__.py -> build/lib/aostats
  running egg_info
  creating aostats.egg-info
  writing aostats.egg-info/PKG-INFO
  writing dependency_links to aostats.egg-info/dependency_links.txt
  writing top-level names to aostats.egg-info/top_level.txt
  writing manifest file 'aostats.egg-info/SOURCES.txt'
  reading manifest file 'aostats.egg-info/SOURCES.txt'
  writing manifest file 'aostats.egg-info/SOURCES.txt'
  running build_ext
  running build_rust
  cargo rustc --lib --manifest-path Cargo.toml --features cpython/python3-sys cpython/extension-module --release --verbose -- --crate-type cdylib
     Compiling libc v0.2.61
     Compiling memchr v2.2.1
     Compiling lazy_static v1.3.0
     Compiling autocfg v0.1.5
     Compiling log v0.4.8
     Compiling proc-macro2 v1.0.6
     Compiling cfg-if v0.1.9
     Compiling unicode-xid v0.2.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=551120831dd6315a -C extra-filename=-551120831dd6315a --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/libc-551120831dd6315a -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=f7dedb57a0a7fb4a -C extra-filename=-f7dedb57a0a7fb4a --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/memchr-f7dedb57a0a7fb4a -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name lazy_static /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=851dae6ad7d9f596 -C extra-filename=-851dae6ad7d9f596 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name autocfg /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8023679be133b4ec -C extra-filename=-8023679be133b4ec --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="std"' -C metadata=d8b0006798c1442a -C extra-filename=-d8b0006798c1442a --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/log-d8b0006798c1442a -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=82ff4bf302aa3d83 -C extra-filename=-82ff4bf302aa3d83 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/proc-macro2-82ff4bf302aa3d83 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name cfg_if /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c06b05bbfdcb4a64 -C extra-filename=-c06b05bbfdcb4a64 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
       Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=88510d2345a452a6 -C extra-filename=-88510d2345a452a6 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling rustc-serialize v0.3.24
       Running `rustc --crate-name rustc_serialize /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dacffc13f7b13042 -C extra-filename=-dacffc13f7b13042 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling syn v1.0.11
       Running `rustc --crate-name build_script_build --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=bfbf3944f56619a9 -C extra-filename=-bfbf3944f56619a9 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/syn-bfbf3944f56619a9 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling unicode-xid v0.0.3
       Running `rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e11f3580852a2e3c -C extra-filename=-e11f3580852a2e3c --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling term v0.4.6
       Running `rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=ba1ac72b007a4a8d -C extra-filename=-ba1ac72b007a4a8d --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling serde v1.0.98
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=ae2b77c78a971812 -C extra-filename=-ae2b77c78a971812 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/serde-ae2b77c78a971812 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling bitflags v0.5.0
       Running `rustc --crate-name bitflags /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c4c6f613b762cc01 -C extra-filename=-c4c6f613b762cc01 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling ucd-util v0.1.5
       Running `rustc --crate-name ucd_util /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-util-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=9cf449df6c4c28db -C extra-filename=-9cf449df6c4c28db --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling regex v0.2.11
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=fa986e35ec53d6a8 -C extra-filename=-fa986e35ec53d6a8 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/regex-fa986e35ec53d6a8 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling utf8-ranges v1.0.4
       Running `rustc --crate-name utf8_ranges /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8c2ddfe19d3e17c0 -C extra-filename=-8c2ddfe19d3e17c0 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling byteorder v1.3.2
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b84fed69b4e89374 -C extra-filename=-b84fed69b4e89374 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/byteorder-b84fed69b4e89374 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling pnet_base v0.22.0
       Running `rustc --crate-name pnet_base /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_base-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ff40e2a3173a9cf4 -C extra-filename=-ff40e2a3173a9cf4 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling regex-syntax v0.6.12
       Running `rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=4d7225b67d680e35 -C extra-filename=-4d7225b67d680e35 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling glob v0.2.11
       Running `rustc --crate-name glob /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=a1eb637ffdc600e7 -C extra-filename=-a1eb637ffdc600e7 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling ryu v1.0.2
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=82cc8bd220d8e79a -C extra-filename=-82cc8bd220d8e79a --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/ryu-82cc8bd220d8e79a -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling pnet v0.22.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=6192a0f3b88d0e92 -C extra-filename=-6192a0f3b88d0e92 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/pnet-6192a0f3b88d0e92 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling itoa v0.4.4
       Running `rustc --crate-name itoa /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=681b695b853fd2f3 -C extra-filename=-681b695b853fd2f3 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling cpython v0.3.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python3-sys"' -C metadata=93b9ac631c7da996 -C extra-filename=-93b9ac631c7da996 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/cpython-93b9ac631c7da996 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow`
     Compiling thread_local v0.3.6
       Running `rustc --crate-name thread_local /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=2752588726826292 -C extra-filename=-2752588726826292 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern lazy_static=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblazy_static-851dae6ad7d9f596.rmeta --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/log-d8b0006798c1442a/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/libc-551120831dd6315a/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/syn-bfbf3944f56619a9/build-script-build`
     Compiling regex-syntax v0.5.6
       Running `rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=3d15be10289be0b6 -C extra-filename=-3d15be10289be0b6 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern ucd_util=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libucd_util-9cf449df6c4c28db.rmeta --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/serde-ae2b77c78a971812/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/proc-macro2-82ff4bf302aa3d83/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/memchr-f7dedb57a0a7fb4a/build-script-build`
     Compiling pnet_macros_support v0.22.0
       Running `rustc --crate-name pnet_macros_support /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_macros_support-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=9705ffdce21966a2 -C extra-filename=-9705ffdce21966a2 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern pnet_base=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_base-ff40e2a3173a9cf4.rmeta --cap-lints allow`
     Compiling num-traits v0.2.8
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=49fe45c9f2f5af30 -C extra-filename=-49fe45c9f2f5af30 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/num-traits-49fe45c9f2f5af30 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern autocfg=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libautocfg-8023679be133b4ec.rlib --cap-lints allow`
     Compiling num-integer v0.1.41
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=186fa377931c075e -C extra-filename=-186fa377931c075e --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/num-integer-186fa377931c075e -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern autocfg=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libautocfg-8023679be133b4ec.rlib --cap-lints allow`
     Compiling num-iter v0.1.39
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eefcbe550db21400 -C extra-filename=-eefcbe550db21400 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/num-iter-eefcbe550db21400 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern autocfg=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libautocfg-8023679be133b4ec.rlib --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/regex-fa986e35ec53d6a8/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/pnet-6192a0f3b88d0e92/build-script-build`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/ryu-82cc8bd220d8e79a/build-script-build`
       Running `rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' -C metadata=165e4c65d1f52069 -C extra-filename=-165e4c65d1f52069 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern cfg_if=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libcfg_if-c06b05bbfdcb4a64.rmeta --cap-lints allow --cfg atomic_cas`
       Running `rustc --crate-name libc /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=55f83d1da9c08164 -C extra-filename=-55f83d1da9c08164 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/byteorder-b84fed69b4e89374/build-script-build`
       Running `rustc --crate-name proc_macro2 --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d3e670709c85ea21 -C extra-filename=-d3e670709c85ea21 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern unicode_xid=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libunicode_xid-88510d2345a452a6.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro --cfg proc_macro_span`
       Running `rustc --crate-name memchr /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=ec074d94d299ebdb -C extra-filename=-ec074d94d299ebdb --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/num-traits-49fe45c9f2f5af30/build-script-build`
       Running `rustc --crate-name ryu /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=00f38438f6166a45 -C extra-filename=-00f38438f6166a45 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow --cfg integer128 --cfg must_use_return --cfg maybe_uninit`
     Compiling syntex_pos v0.42.0
       Running `rustc --crate-name syntex_pos /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_pos-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=630af9f00dba7f0e -C extra-filename=-630af9f00dba7f0e --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern rustc_serialize=/tmp/pip-req-build-mfxxt6lj/target/release/deps/librustc_serialize-dacffc13f7b13042.rmeta --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/num-integer-186fa377931c075e/build-script-build`
     Compiling log v0.3.9
       Running `rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=faf74aa2056cbad8 -C extra-filename=-faf74aa2056cbad8 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-165e4c65d1f52069.rmeta --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/num-iter-eefcbe550db21400/build-script-build`
       Running `rustc --crate-name byteorder /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bce86db02774a415 -C extra-filename=-bce86db02774a415 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow --cfg byteorder_i128`
     Compiling quote v1.0.2
       Running `rustc --crate-name quote --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=a06e2ab874ec68be -C extra-filename=-a06e2ab874ec68be --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern proc_macro2=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libproc_macro2-d3e670709c85ea21.rmeta --cap-lints allow`
     Compiling aho-corasick v0.6.10
       Running `rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=6e939944e0ad2f05 -C extra-filename=-6e939944e0ad2f05 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern memchr=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libmemchr-ec074d94d299ebdb.rmeta --cap-lints allow`
     Compiling aho-corasick v0.7.6
       Running `rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9a56ae90611589d7 -C extra-filename=-9a56ae90611589d7 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern memchr=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libmemchr-ec074d94d299ebdb.rmeta --cap-lints allow`
     Compiling pnet_sys v0.22.0
       Running `rustc --crate-name pnet_sys /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=2b980e195d8d73ed -C extra-filename=-2b980e195d8d73ed --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --cap-lints allow`
     Compiling time v0.1.42
       Running `rustc --crate-name time /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=2e7494c0ebbb3475 -C extra-filename=-2e7494c0ebbb3475 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --cap-lints allow`
     Compiling iovec v0.1.2
       Running `rustc --crate-name iovec /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=3d285772a146147b -C extra-filename=-3d285772a146147b --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --cap-lints allow`
     Compiling dirs v1.0.5
       Running `rustc --crate-name dirs /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=408ce90cbc624b61 -C extra-filename=-408ce90cbc624b61 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --cap-lints allow`
       Running `rustc --crate-name num_traits /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=be78e79354a11d6d -C extra-filename=-be78e79354a11d6d --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --cap-lints allow --cfg has_i128`
     Compiling syntex_errors v0.42.0
       Running `rustc --crate-name syntex_errors /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_errors-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c67b81db21ffaa04 -C extra-filename=-c67b81db21ffaa04 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-faf74aa2056cbad8.rmeta --extern rustc_serialize=/tmp/pip-req-build-mfxxt6lj/target/release/deps/librustc_serialize-dacffc13f7b13042.rmeta --extern syntex_pos=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_pos-630af9f00dba7f0e.rmeta --extern term=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libterm-ba1ac72b007a4a8d.rmeta --extern unicode_xid=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libunicode_xid-e11f3580852a2e3c.rmeta --cap-lints allow`
       Running `rustc --crate-name syn --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=4b1b26873d2ca403 -C extra-filename=-4b1b26873d2ca403 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern proc_macro2=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libproc_macro2-d3e670709c85ea21.rmeta --extern quote=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libquote-a06e2ab874ec68be.rmeta --extern unicode_xid=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libunicode_xid-88510d2345a452a6.rmeta --cap-lints allow`
       Running `rustc --crate-name regex /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=dd2c80ed82aa9e90 -C extra-filename=-dd2c80ed82aa9e90 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern aho_corasick=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libaho_corasick-6e939944e0ad2f05.rmeta --extern memchr=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libmemchr-ec074d94d299ebdb.rmeta --extern regex_syntax=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libregex_syntax-3d15be10289be0b6.rmeta --extern thread_local=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libthread_local-2752588726826292.rmeta --extern utf8_ranges=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libutf8_ranges-8c2ddfe19d3e17c0.rmeta --cap-lints allow --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2`
     Compiling bytes v0.4.12
       Running `rustc --crate-name bytes /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=3802a0a3655eed77 -C extra-filename=-3802a0a3655eed77 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern byteorder=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libbyteorder-bce86db02774a415.rmeta --extern iovec=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libiovec-3d285772a146147b.rmeta --cap-lints allow`
     Compiling term v0.5.2
       Running `rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=d6f6c682b1997146 -C extra-filename=-d6f6c682b1997146 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern byteorder=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libbyteorder-bce86db02774a415.rmeta --extern dirs=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libdirs-408ce90cbc624b61.rmeta --cap-lints allow`
     Compiling regex v1.3.1
       Running `rustc --crate-name regex /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=35cd243fcd627825 -C extra-filename=-35cd243fcd627825 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern aho_corasick=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libaho_corasick-9a56ae90611589d7.rmeta --extern memchr=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libmemchr-ec074d94d299ebdb.rmeta --extern regex_syntax=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libregex_syntax-4d7225b67d680e35.rmeta --extern thread_local=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libthread_local-2752588726826292.rmeta --cap-lints allow`
     Compiling syntex_syntax v0.42.0
       Running `rustc --crate-name syntex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=b488c0027df125e8 -C extra-filename=-b488c0027df125e8 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern bitflags=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libbitflags-c4c6f613b762cc01.rmeta --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-faf74aa2056cbad8.rmeta --extern rustc_serialize=/tmp/pip-req-build-mfxxt6lj/target/release/deps/librustc_serialize-dacffc13f7b13042.rmeta --extern syntex_errors=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_errors-c67b81db21ffaa04.rmeta --extern syntex_pos=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_pos-630af9f00dba7f0e.rmeta --extern term=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libterm-ba1ac72b007a4a8d.rmeta --extern unicode_xid=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libunicode_xid-e11f3580852a2e3c.rmeta --cap-lints allow`
       Running `rustc --crate-name num_integer /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cc375386cf4de931 -C extra-filename=-cc375386cf4de931 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern num_traits=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_traits-be78e79354a11d6d.rmeta --cap-lints allow --cfg has_i128`
     Compiling photon_decode v0.2.0
       Running `rustc --crate-name photon_decode --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=7946859fb4dfd239 -C extra-filename=-7946859fb4dfd239 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern bytes=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libbytes-3802a0a3655eed77.rmeta --cap-lints allow`
       Running `rustc --crate-name num_iter /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=871efa6552f9156a -C extra-filename=-871efa6552f9156a --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern num_integer=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_integer-cc375386cf4de931.rmeta --extern num_traits=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_traits-be78e79354a11d6d.rmeta --cap-lints allow --cfg has_i128`
     Compiling chrono v0.4.7
       Running `rustc --crate-name chrono /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="time"' -C metadata=56542104331dd2a5 -C extra-filename=-56542104331dd2a5 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern num_integer=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_integer-cc375386cf4de931.rmeta --extern num_traits=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_traits-be78e79354a11d6d.rmeta --extern time=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libtime-2e7494c0ebbb3475.rmeta --cap-lints allow`
     Compiling num v0.1.42
       Running `rustc --crate-name num /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=76eee2a01f897047 -C extra-filename=-76eee2a01f897047 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern num_integer=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_integer-cc375386cf4de931.rmeta --extern num_iter=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_iter-871efa6552f9156a.rmeta --extern num_traits=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_traits-be78e79354a11d6d.rmeta --cap-lints allow`
     Compiling simplelog v0.6.0
       Running `rustc --crate-name simplelog --edition=2018 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/simplelog-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="term"' -C metadata=afa1008ffcf7efda -C extra-filename=-afa1008ffcf7efda --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern chrono=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libchrono-56542104331dd2a5.rmeta --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-165e4c65d1f52069.rmeta --extern term=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libterm-d6f6c682b1997146.rmeta --cap-lints allow`
     Compiling chrono v0.2.25
       Running `rustc --crate-name chrono /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/chrono-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dec1d2a44ccd94b4 -C extra-filename=-dec1d2a44ccd94b4 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern num=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum-76eee2a01f897047.rmeta --extern time=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libtime-2e7494c0ebbb3475.rmeta --cap-lints allow`
     Compiling timer v0.1.6
       Running `rustc --crate-name timer /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/timer-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=763c41d1e42716b7 -C extra-filename=-763c41d1e42716b7 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern chrono=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libchrono-dec1d2a44ccd94b4.rmeta --cap-lints allow`
     Compiling syntex v0.42.2
       Running `rustc --crate-name syntex /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex-0.42.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=75c7ec1f40da7195 -C extra-filename=-75c7ec1f40da7195 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern syntex_errors=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_errors-c67b81db21ffaa04.rmeta --extern syntex_syntax=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_syntax-b488c0027df125e8.rmeta --cap-lints allow`
     Compiling pnet_macros v0.21.0
       Running `rustc --crate-name pnet_macros /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_macros-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=dd646fc3e8dbc6e1 -C extra-filename=-dd646fc3e8dbc6e1 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern regex=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libregex-dd2c80ed82aa9e90.rmeta --extern syntex=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex-75c7ec1f40da7195.rmeta --extern syntex_syntax=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex_syntax-b488c0027df125e8.rmeta --cap-lints allow`
     Compiling serde_derive v1.0.104
       Running `rustc --crate-name serde_derive /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=3 --cfg 'feature="default"' -C metadata=9e6f1a11ba7d9023 -C extra-filename=-9e6f1a11ba7d9023 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern proc_macro2=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libproc_macro2-d3e670709c85ea21.rlib --extern quote=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libquote-a06e2ab874ec68be.rlib --extern syn=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyn-4b1b26873d2ca403.rlib --extern proc_macro --cap-lints allow`
     Compiling python3-sys v0.3.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python-3"' -C metadata=5e5ce7c7a19e5be8 -C extra-filename=-5e5ce7c7a19e5be8 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/python3-sys-5e5ce7c7a19e5be8 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern regex=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libregex-35cd243fcd627825.rlib --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/python3-sys-5e5ce7c7a19e5be8/build-script-build`
       Running `rustc --crate-name python3_sys /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/python3-sys-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python-3"' -C metadata=b43e97cd12cef70f -C extra-filename=-b43e97cd12cef70f --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --cap-lints allow --cfg Py_3_4 --cfg Py_3_5 --cfg Py_3_6 --cfg Py_3_7`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/cpython-93b9ac631c7da996/build-script-build`
       Running `rustc --crate-name cpython /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python3-sys"' -C metadata=d25fd65ff7acb680 -C extra-filename=-d25fd65ff7acb680 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern num_traits=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libnum_traits-be78e79354a11d6d.rmeta --extern python3_sys=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpython3_sys-b43e97cd12cef70f.rmeta --cap-lints allow`
       Running `rustc --crate-name serde /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=c1053569ccb5693c -C extra-filename=-c1053569ccb5693c --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern serde_derive=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libserde_derive-9e6f1a11ba7d9023.so --cap-lints allow --cfg ops_bound --cfg core_reverse --cfg de_boxed_c_str --cfg de_rc_dst --cfg core_duration --cfg integer128 --cfg range_inclusive --cfg num_nonzero --cfg core_try_from --cfg num_nonzero_signed --cfg std_atomic64 --cfg std_atomic`
     Compiling pnet_packet v0.22.0
       Running `rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_packet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=745ea396398c2cfe -C extra-filename=-745ea396398c2cfe --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/pnet_packet-745ea396398c2cfe -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern glob=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libglob-a1eb637ffdc600e7.rlib --extern pnet_macros=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_macros-dd646fc3e8dbc6e1.rlib --extern syntex=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsyntex-75c7ec1f40da7195.rlib --cap-lints allow`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/pnet_packet-745ea396398c2cfe/build-script-build`
       Running `rustc --crate-name pnet_packet /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_packet-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=bca0984869ae1a44 -C extra-filename=-bca0984869ae1a44 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern pnet_base=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_base-ff40e2a3173a9cf4.rmeta --extern pnet_macros_support=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_macros_support-9705ffdce21966a2.rmeta --cap-lints allow`
     Compiling ipnetwork v0.14.0
     Compiling serde_json v1.0.44
       Running `rustc --crate-name serde_json /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=d208f972d2176ed0 -C extra-filename=-d208f972d2176ed0 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern itoa=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libitoa-681b695b853fd2f3.rmeta --extern ryu=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libryu-00f38438f6166a45.rmeta --extern serde=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libserde-c1053569ccb5693c.rmeta --cap-lints allow`
       Running `rustc --crate-name ipnetwork /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ipnetwork-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=69b8dd6a0e749d17 -C extra-filename=-69b8dd6a0e749d17 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern serde=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libserde-c1053569ccb5693c.rmeta --cap-lints allow`
     Compiling pnet_datalink v0.22.0
       Running `rustc --crate-name pnet_datalink /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_datalink-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=4afcb8982b511491 -C extra-filename=-4afcb8982b511491 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern ipnetwork=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libipnetwork-69b8dd6a0e749d17.rmeta --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern pnet_base=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_base-ff40e2a3173a9cf4.rmeta --extern pnet_sys=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_sys-2b980e195d8d73ed.rmeta --cap-lints allow`
     Compiling pnet_transport v0.22.0
       Running `rustc --crate-name pnet_transport /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_transport-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ae3a73a8b934cb75 -C extra-filename=-ae3a73a8b934cb75 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern libc=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblibc-55f83d1da9c08164.rmeta --extern pnet_base=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_base-ff40e2a3173a9cf4.rmeta --extern pnet_packet=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_packet-bca0984869ae1a44.rmeta --extern pnet_sys=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_sys-2b980e195d8d73ed.rmeta --cap-lints allow`
       Running `rustc --crate-name pnet /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=73ef61ff0be2a9fc -C extra-filename=-73ef61ff0be2a9fc --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern ipnetwork=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libipnetwork-69b8dd6a0e749d17.rmeta --extern pnet_base=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_base-ff40e2a3173a9cf4.rmeta --extern pnet_datalink=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_datalink-4afcb8982b511491.rmeta --extern pnet_packet=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_packet-bca0984869ae1a44.rmeta --extern pnet_sys=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_sys-2b980e195d8d73ed.rmeta --extern pnet_transport=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet_transport-ae3a73a8b934cb75.rmeta --cap-lints allow`
     Compiling packet_sniffer v0.1.0 (/tmp/pip-req-build-mfxxt6lj/lib/packet-sniffer)
       Running `rustc --crate-name packet_sniffer --edition=2018 lib/packet-sniffer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=5c97c81c6e9ea126 -C extra-filename=-5c97c81c6e9ea126 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-165e4c65d1f52069.rmeta --extern pnet=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpnet-73ef61ff0be2a9fc.rmeta`
     Compiling libaostats v0.1.0 (/tmp/pip-req-build-mfxxt6lj)
       Running `rustc --crate-name build_script_build --edition=2018 build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=9462497892ec1da0 -C extra-filename=-9462497892ec1da0 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/build/libaostats-9462497892ec1da0 -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern serde=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libserde-c1053569ccb5693c.rlib --extern serde_json=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libserde_json-d208f972d2176ed0.rlib`
       Running `/tmp/pip-req-build-mfxxt6lj/target/release/build/libaostats-9462497892ec1da0/build-script-build`
       Running `rustc --crate-name libaostats --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type dylib --emit=dep-info,link -C opt-level=3 --crate-type cdylib -C metadata=089de402bc1f2003 --out-dir /tmp/pip-req-build-mfxxt6lj/target/release/deps -L dependency=/tmp/pip-req-build-mfxxt6lj/target/release/deps --extern bytes=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libbytes-3802a0a3655eed77.rlib --extern chrono=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libchrono-56542104331dd2a5.rlib --extern cpython=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libcpython-d25fd65ff7acb680.rlib --extern lazy_static=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblazy_static-851dae6ad7d9f596.rlib --extern log=/tmp/pip-req-build-mfxxt6lj/target/release/deps/liblog-165e4c65d1f52069.rlib --extern packet_sniffer=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libpacket_sniffer-5c97c81c6e9ea126.rlib --extern photon_decode=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libphoton_decode-7946859fb4dfd239.rlib --extern simplelog=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libsimplelog-afa1008ffcf7efda.rlib --extern timer=/tmp/pip-req-build-mfxxt6lj/target/release/deps/libtimer-763c41d1e42716b7.rlib`
      Finished release [optimized] target(s) in 1m 49s
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/aostats
  copying build/lib/aostats/__init__.py -> build/bdist.linux-x86_64/wheel/aostats
  copying build/lib/libaostats.cpython-37m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
  running install_egg_info
  Copying aostats.egg-info to build/bdist.linux-x86_64/wheel/aostats-6.6.6-py3.7.egg-info
  running install_scripts
  creating build/bdist.linux-x86_64/wheel/aostats-6.6.6.dist-info/WHEEL
  creating '/tmp/pip-wheel-d054fr_8/aostats-6.6.6-cp37-cp37m-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'libaostats.cpython-37m-x86_64-linux-gnu.so'
  adding 'aostats/__init__.py'
  adding 'aostats-6.6.6.dist-info/METADATA'
  adding 'aostats-6.6.6.dist-info/WHEEL'
  adding 'aostats-6.6.6.dist-info/top_level.txt'
  adding 'aostats-6.6.6.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
mazurwiktor commented 4 years ago

Now with Python 3.7. I don't know if it installed correctly. Seems to have a problem since I can not find aostats.py .

My bad, you should run albion-online-stats.py, README.md updated.

I tried executing albion-online-stats.py too but it seem to be a problem with PySide2.

PySide2 should be installed via pip to your virtualenv. I see that you're executing it with venv sourced, thus I have no idea (for now) why there is a problem with pyside2 O.O

Does TESTING=true python frontend/albion-online-stats.py yields same result?

carlos0658 commented 4 years ago

It worked via TESTING=True:

image

I used Qt in the past. So there should be a problem between versions or something like that.

mazurwiktor commented 4 years ago

It worked via TESTING=True:

image

I used Qt in the past. So there should be a problem between versions or something like that.

Not necessarily... It may be related to sudo.

Maybe try to run it this way

sudo ${pathtovenv}/bin/python ...

carlos0658 commented 4 years ago

Man, you are fast!

Worked: image

I deactivate the Virtual Environment it worked with this:

sudo env/bin/python albion-online-stats/frontend/albion-online-stats.py
mazurwiktor commented 4 years ago

Man, you are fast!

Worked: image

I deactivate the Virtual Environment it worked with this:

sudo env/bin/python albion-online-stats/frontend/albion-online-stats.py

I'm happy to see that :)

About the speed of response. I've got notifications on my phone xD

I'm going to update readme to prevent future issues similar to this one ^^

carlos0658 commented 4 years ago

It is working well.

Consider using in the redame:

$ curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly

Thank you for the help.

And congratulations for the DPS meter. It is essencial.