Autoformat
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 |
[#286022] 2020/08/23 20:42:11 Booting image alpine/latest (default) on port 22319 [#286022] 2020/08/23 20:42:13 Waiting for guest to settle [#286022] 2020/08/23 20:42:21 Sending tasks [#286022] 2020/08/23 20:42:21 Sending build environment [#286022] 2020/08/23 20:42:21 Installing packages Warning: Permanently added '[localhost]:22319' (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-260-ga79726f487 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12741 distinct packages available Warning: Permanently added '[localhost]:22319' (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 [#286022] 2020/08/23 20:42:22 Cloning repositories Cloning into 'pybare'... + cd pybare + git checkout -q bf1f2a2243e691f1f6ec79386eda17cfc9105aa0 + cd pybare + git submodule update --init [#286022] 2020/08/23 20:42:22 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 18 items bare/test_encoder.py .................. [100%] ============================== 18 passed in 0.15s ============================== |