view log » | |
test | view log » |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
[#307654] 2020/09/24 01:41:38 Booting image alpine/latest (default) on port 22307 [#307654] 2020/09/24 01:41:40 Waiting for guest to settle [#307654] 2020/09/24 01:41:47 Sending tasks [#307654] 2020/09/24 01:41:47 Sending build environment [#307654] 2020/09/24 01:41:47 Installing packages Warning: Permanently added '[localhost]:22307' (ECDSA) to the list of known hosts. fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.0-347-g3c903518cc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-346-g1a17576f97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12744 distinct packages available Warning: Permanently added '[localhost]:22307' (ECDSA) to the list of known hosts. (1/13) Installing py3-atomicwrites (1.4.0-r0) (2/13) Installing py3-py (1.8.1-r0) (3/13) Installing py3-six (1.15.0-r0) (4/13) Installing py3-attrs (19.3.0-r1) (5/13) Installing py3-more-itertools (8.3.0-r0) (6/13) Installing py3-pluggy (0.13.1-r0) (7/13) Installing py3-wcwidth (0.1.9-r0) (8/13) Installing py3-ordered-set (4.0.1-r0) (9/13) Installing py3-appdirs (1.4.4-r1) (10/13) Installing py3-parsing (2.4.7-r0) (11/13) Installing py3-packaging (20.4-r0) (12/13) Installing py3-setuptools (47.0.0-r0) (13/13) Installing py3-pytest (5.4.2-r0) Executing busybox-1.31.1-r19.trigger OK: 1130 MiB in 214 packages [#307654] 2020/09/24 01:41:49 Cloning repositories Cloning into 'pybare'... + cd pybare + git checkout -q 63e1977edaf4a6aa04cca2c3ca9370e2b6b47e58 + cd pybare + git submodule update --init [#307654] 2020/09/24 01:41:49 Running task test |
1 2 3 4 5 6 7 8 9 10 11 |
+ cd pybare + pytest . ============================= test session starts ============================== platform linux -- Python 3.8.5, pytest-5.4.2, py-1.8.1, pluggy-0.13.1 rootdir: /home/build/pybare collecting ... collected 19 items bare/test_encoder.py ................... [100%] ============================== 19 passed in 0.15s ============================== |