>>> py3-slidge-style-parser: Building testing/py3-slidge-style-parser 0.1.6-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:09:10 +0000 >>> py3-slidge-style-parser: Checking sanity of /home/buildozer/aports/testing/py3-slidge-style-parser/APKBUILD... >>> py3-slidge-style-parser: Analyzing dependencies... >>> py3-slidge-style-parser: Installing for build: build-base cargo py3-gpep517 py3-maturin py3-pytest (1/36) Installing libffi (3.4.6-r0) (2/36) Installing xz-libs (5.6.1-r3) (3/36) Installing libxml2 (2.12.6-r2) (4/36) Installing llvm17-libs (17.0.6-r1) (5/36) Installing scudo-malloc (17.0.6-r0) (6/36) Installing rust (1.77.0-r1) (7/36) Installing cargo (1.77.0-r1) (8/36) Installing libbz2 (1.0.8-r6) (9/36) Installing gdbm (1.23-r1) (10/36) Installing mpdecimal (4.0.0-r0) (11/36) Installing libpanelw (6.4_p20240330-r0) (12/36) Installing readline (8.2.10-r0) (13/36) Installing sqlite-libs (3.45.2-r0) (14/36) Installing python3 (3.12.3-r0) (15/36) Installing python3-pycache-pyc0 (3.12.3-r0) (16/36) Installing pyc (3.12.3-r0) (17/36) Installing py3-installer-pyc (0.7.0-r2) (18/36) Installing py3-gpep517-pyc (15-r2) (19/36) Installing python3-pyc (3.12.3-r0) (20/36) Installing py3-installer (0.7.0-r2) (21/36) Installing py3-gpep517 (15-r2) (22/36) Installing maturin (1.5.1-r0) (23/36) Installing py3-maturin (1.5.1-r0) (24/36) Installing py3-iniconfig (2.0.0-r1) (25/36) Installing py3-iniconfig-pyc (2.0.0-r1) (26/36) Installing py3-parsing (3.1.2-r1) (27/36) Installing py3-parsing-pyc (3.1.2-r1) (28/36) Installing py3-packaging (24.0-r1) (29/36) Installing py3-packaging-pyc (24.0-r1) (30/36) Installing py3-pluggy (1.4.0-r1) (31/36) Installing py3-pluggy-pyc (1.4.0-r1) (32/36) Installing py3-py (1.11.0-r3) (33/36) Installing py3-py-pyc (1.11.0-r3) (34/36) Installing py3-pytest (8.1.1-r1) (35/36) Installing py3-pytest-pyc (8.1.1-r1) (36/36) Installing .makedepends-py3-slidge-style-parser (20240415.180912) Executing busybox-1.36.1-r25.trigger OK: 1159 MiB in 143 packages >>> py3-slidge-style-parser: Cleaning up srcdir >>> py3-slidge-style-parser: Cleaning up pkgdir >>> py3-slidge-style-parser: Cleaning up tmpdir >>> py3-slidge-style-parser: Fetching https://distfiles.alpinelinux.org/distfiles/edge//slidge_style_parser-0.1.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23593 100 23593 0 0 72188 0 --:--:-- --:--:-- --:--:-- 72371 >>> py3-slidge-style-parser: Fetching https://distfiles.alpinelinux.org/distfiles/edge//slidge_style_parser-0.1.6.tar.gz >>> py3-slidge-style-parser: Checking sha512sums... slidge_style_parser-0.1.6.tar.gz: OK >>> py3-slidge-style-parser: Unpacking /var/cache/distfiles/edge/slidge_style_parser-0.1.6.tar.gz... 2024-04-15 18:09:17,912 gpep517 INFO Building wheel via backend maturin Running `maturin pep517 build-wheel -i /usr/bin/python3 --compatibility off --frozen` ⚠️ Warning: You specified maturin >=0.14, <0.15 in pyproject.toml under `build-system.requires`, but the current maturin version is 1.5.1 📦 Including license file "/home/buildozer/aports/testing/py3-slidge-style-parser/src/slidge_style_parser-0.1.6/LICENSE" 🔗 Found pyo3 bindings 🐍 Found CPython 3.12 at /usr/bin/python3 📡 Using build options features from pyproject.toml Compiling target-lexicon v0.12.10 Compiling autocfg v1.1.0 Compiling once_cell v1.18.0 Compiling proc-macro2 v1.0.66 Compiling unicode-ident v1.0.11 Compiling libc v0.2.147 Compiling syn v1.0.109 Compiling parking_lot_core v0.9.8 Compiling smallvec v1.11.0 Compiling cfg-if v1.0.0 Compiling scopeguard v1.2.0 Compiling indoc v1.0.9 Compiling unindent v0.1.11 Compiling lock_api v0.4.10 Compiling memoffset v0.8.0 Compiling quote v1.0.32 Compiling pyo3-build-config v0.18.3 Compiling parking_lot v0.12.1 Compiling pyo3-ffi v0.18.3 Compiling pyo3 v0.18.3 Compiling pyo3-macros-backend v0.18.3 Compiling pyo3-macros v0.18.3 Compiling slidge-style-parser v0.1.6 (/home/buildozer/aports/testing/py3-slidge-style-parser/src/slidge_style_parser-0.1.6) warning: call to `.clone()` on a reference in this situation does nothing --> src/matrix.rs:16:14 | 16 | #[pyfunction] | ______________^ 17 | | pub fn format_for_matrix(body: String, mentions: Option>) -> PyResult { 18 | | let mut chars: Vec = body.chars().collect(); 19 | | if chars.len() < 1 { ... | 28 | | let opening_tag = if keyword == "```language" { 29 | | MATRIX_FORMATS.iter().find(|&&(k, _)| k == keyword).unwrap().1.0.clone() | |________________________________________________________________________________________^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed = note: `#[warn(noop_method_call)]` on by default warning: call to `.clone()` on a reference in this situation does nothing --> src/matrix.rs:16:14 | 16 | #[pyfunction] | ______________^ 17 | | pub fn format_for_matrix(body: String, mentions: Option>) -> PyResult { 18 | | let mut chars: Vec = body.chars().collect(); 19 | | if chars.len() < 1 { ... | 33 | | } else { 34 | | MATRIX_FORMATS.iter().find(|&&(k, _)| k == keyword).unwrap().1.0.clone().to_owned() | |________________________________________________________________________________________^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: call to `.clone()` on a reference in this situation does nothing --> src/matrix.rs:16:14 | 16 | #[pyfunction] | ______________^ 17 | | pub fn format_for_matrix(body: String, mentions: Option>) -> PyResult { 18 | | let mut chars: Vec = body.chars().collect(); 19 | | if chars.len() < 1 { ... | 36 | | tags.push((start, opening_tag, remove_start)); 37 | | tags.push((end, MATRIX_FORMATS.iter().find(|&&(k, _)| k == keyword).unwrap().1.1.clone().to_owned(), remove_end)); | |____________________________________________________________________________________________________^ help: remove this redundant call | = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed warning: `slidge-style-parser` (lib) generated 3 warnings (run `cargo fix --lib -p slidge-style-parser` to apply 3 suggestions) Finished release [optimized] target(s) in 19.11s 📦 Built wheel for CPython 3.12 to /home/buildozer/aports/testing/py3-slidge-style-parser/src/slidge_style_parser-0.1.6/target/wheels/slidge_style_parser-0.1.6-cp312-cp312-linux_s390x.whl /home/buildozer/aports/testing/py3-slidge-style-parser/src/slidge_style_parser-0.1.6/target/wheels/slidge_style_parser-0.1.6-cp312-cp312-linux_s390x.whl 2024-04-15 18:09:37,231 gpep517 INFO The backend produced .dist/slidge_style_parser-0.1.6-cp312-cp312-linux_s390x.whl slidge_style_parser-0.1.6-cp312-cp312-linux_s390x.whl ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/testing/py3-slidge-style-parser/src/slidge_style_parser-0.1.6 configfile: pyproject.toml collected 19 items tests/test_matrix.py .......... [ 52%] tests/test_telegram.py ......... [100%] ============================== 19 passed in 0.12s ============================== >>> py3-slidge-style-parser: Entering fakeroot... >>> py3-slidge-style-parser-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-slidge-style-parser/pkg/py3-slidge-style-parser/usr/lib/python3.12/site-packages/slidge_style_parser/__pycache__' -> '/home/buildozer/aports/testing/py3-slidge-style-parser/pkg/py3-slidge-style-parser-pyc/usr/lib/python3.12/site-packages/slidge_style_parser/__pycache__' >>> py3-slidge-style-parser-pyc*: Preparing subpackage py3-slidge-style-parser-pyc... >>> py3-slidge-style-parser-pyc*: Running postcheck for py3-slidge-style-parser-pyc >>> py3-slidge-style-parser*: Running postcheck for py3-slidge-style-parser >>> py3-slidge-style-parser*: Preparing package py3-slidge-style-parser... >>> py3-slidge-style-parser*: Stripping binaries >>> py3-slidge-style-parser-pyc*: Scanning shared objects >>> py3-slidge-style-parser*: Scanning shared objects >>> py3-slidge-style-parser-pyc*: Tracing dependencies... python3~3.12 >>> py3-slidge-style-parser-pyc*: Package size: 32.0 KB >>> py3-slidge-style-parser-pyc*: Compressing data... >>> py3-slidge-style-parser-pyc*: Create checksum... >>> py3-slidge-style-parser-pyc*: Create py3-slidge-style-parser-pyc-0.1.6-r1.apk >>> py3-slidge-style-parser*: Tracing dependencies... python3~3.12 so:libc.musl-s390x.so.1 so:libgcc_s.so.1 >>> py3-slidge-style-parser*: Package size: 568.0 KB >>> py3-slidge-style-parser*: Compressing data... >>> py3-slidge-style-parser*: Create checksum... >>> py3-slidge-style-parser*: Create py3-slidge-style-parser-0.1.6-r1.apk >>> py3-slidge-style-parser: Build complete at Mon, 15 Apr 2024 18:09:38 +0000 elapsed time 0h 0m 28s >>> py3-slidge-style-parser: Cleaning up srcdir >>> py3-slidge-style-parser: Cleaning up pkgdir >>> py3-slidge-style-parser: Uninstalling dependencies... (1/36) Purging .makedepends-py3-slidge-style-parser (20240415.180912) (2/36) Purging cargo (1.77.0-r1) (3/36) Purging rust (1.77.0-r1) (4/36) Purging py3-gpep517-pyc (15-r2) (5/36) Purging py3-gpep517 (15-r2) (6/36) Purging py3-installer-pyc (0.7.0-r2) (7/36) Purging py3-installer (0.7.0-r2) (8/36) Purging py3-maturin (1.5.1-r0) (9/36) Purging maturin (1.5.1-r0) (10/36) Purging py3-pytest-pyc (8.1.1-r1) (11/36) Purging py3-pytest (8.1.1-r1) (12/36) Purging py3-iniconfig-pyc (2.0.0-r1) (13/36) Purging py3-iniconfig (2.0.0-r1) (14/36) Purging py3-packaging-pyc (24.0-r1) (15/36) Purging py3-packaging (24.0-r1) (16/36) Purging py3-parsing-pyc (3.1.2-r1) (17/36) Purging py3-parsing (3.1.2-r1) (18/36) Purging py3-pluggy-pyc (1.4.0-r1) (19/36) Purging py3-pluggy (1.4.0-r1) (20/36) Purging py3-py-pyc (1.11.0-r3) (21/36) Purging py3-py (1.11.0-r3) (22/36) Purging llvm17-libs (17.0.6-r1) (23/36) Purging python3-pyc (3.12.3-r0) (24/36) Purging python3-pycache-pyc0 (3.12.3-r0) (25/36) Purging pyc (3.12.3-r0) (26/36) Purging scudo-malloc (17.0.6-r0) (27/36) Purging python3 (3.12.3-r0) (28/36) Purging gdbm (1.23-r1) (29/36) Purging libbz2 (1.0.8-r6) (30/36) Purging libffi (3.4.6-r0) (31/36) Purging libpanelw (6.4_p20240330-r0) (32/36) Purging libxml2 (2.12.6-r2) (33/36) Purging mpdecimal (4.0.0-r0) (34/36) Purging readline (8.2.10-r0) (35/36) Purging sqlite-libs (3.45.2-r0) (36/36) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-slidge-style-parser: Updating the testing/s390x repository index... >>> py3-slidge-style-parser: Signing the index...