Date:       Tue Oct 11 05:02:52 2022
System:     Linux
Node:       fv-az91-441
Release:    5.15.0-1020-azure
Version:    #25~20.04.1-Ubuntu SMP Thu Sep 1 19:20:56 UTC 2022
Machine:    x86_64
Processor:  x86_64
MysVersion: 0.452.0
Configuration:
[package]
name = "foo"
version = "0.1.0"
authors = ["franc <franc@example.com>"]
description = "Add a short package description here."

[dependencies]
bar = "latest"

$ mys -C package/foo-0.1.0 build --url https://mys-lang.org -j 2
Reading package configuration (0 seconds)
Downloading dependencies (0.44 seconds)
Building (7.02 seconds)
ar: creating libuv.a
ar: creating libpcre2.a
  File "./src/lib.mys", line 1
    def add(first: i32, second: i32) -> i32:
        ^
SyntaxError: invalid syntax

make[1]: *** [build/speed/Makefile:110: build/speed/transpile] Error 1
$ mys -C package/foo-0.1.0 test -c --url https://mys-lang.org -j 2
Reading package configuration (0 seconds)
Downloading dependencies (0 seconds)
Building tests (7.02 seconds)
rsync -tr /opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/mys/pcre2 build/debug-coverage
rsync -tr /opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/mys/uv build/debug-coverage
env CC="cc" make -C build/debug-coverage/uv SYSTEM=Linux
make[1]: Entering directory '/tmp/tmppjts7ock/package/foo-0.1.0/build/debug-coverage/uv'
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/fs-poll.o src/fs-poll.c
env CC="cc" make -C build/debug-coverage/pcre2
make[1]: Entering directory '/tmp/tmppjts7ock/package/foo-0.1.0/build/debug-coverage/pcre2'
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_auto_possess.o src/pcre2_auto_possess.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/idna.o src/idna.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_chartables.o src/pcre2_chartables.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/inet.o src/inet.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_compile.o src/pcre2_compile.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/random.o src/random.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/strscpy.o src/strscpy.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/threadpool.o src/threadpool.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/timer.o src/timer.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/uv-data-getter-setters.o src/uv-data-getter-setters.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/uv-common.o src/uv-common.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/version.o src/version.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/async.o src/unix/async.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/core.o src/unix/core.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/dl.o src/unix/dl.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/fs.o src/unix/fs.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_config.o src/pcre2_config.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_context.o src/pcre2_context.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_convert.o src/pcre2_convert.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/getaddrinfo.o src/unix/getaddrinfo.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/getnameinfo.o src/unix/getnameinfo.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/loop-watcher.o src/unix/loop-watcher.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/loop.o src/unix/loop.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_dfa_match.o src/pcre2_dfa_match.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/pipe.o src/unix/pipe.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/poll.o src/unix/poll.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/process.o src/unix/process.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/random-devurandom.o src/unix/random-devurandom.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/signal.o src/unix/signal.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/stream.o src/unix/stream.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/tcp.o src/unix/tcp.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_error.o src/pcre2_error.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_extuni.o src/pcre2_extuni.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/thread.o src/unix/thread.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_find_bracket.o src/pcre2_find_bracket.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_jit_compile.o src/pcre2_jit_compile.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_maketables.o src/pcre2_maketables.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/tty.o src/unix/tty.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_match.o src/pcre2_match.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/udp.o src/unix/udp.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/linux-core.o src/unix/linux-core.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/linux-inotify.o src/unix/linux-inotify.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/linux-syscalls.o src/unix/linux-syscalls.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/procfs-exepath.o src/unix/procfs-exepath.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/proctitle.o src/unix/proctitle.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/random-getrandom.o src/unix/random-getrandom.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/random-sysctl-linux.o src/unix/random-sysctl-linux.c
cc -Iinclude -Isrc -D_GNU_SOURCE -O2 -ffunction-sections -fdata-sections   -c -o src/unix/epoll.o src/unix/epoll.c
ar -r libuv.a src/fs-poll.o src/idna.o src/inet.o src/random.o src/strscpy.o src/threadpool.o src/timer.o src/uv-data-getter-setters.o src/uv-common.o src/version.o src/unix/async.o src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/getaddrinfo.o src/unix/getnameinfo.o src/unix/loop-watcher.o src/unix/loop.o src/unix/pipe.o src/unix/poll.o src/unix/process.o src/unix/random-devurandom.o src/unix/signal.o src/unix/stream.o src/unix/tcp.o src/unix/thread.o src/unix/tty.o src/unix/udp.o src/unix/linux-core.o src/unix/linux-inotify.o src/unix/linux-syscalls.o src/unix/procfs-exepath.o src/unix/proctitle.o src/unix/random-getrandom.o src/unix/random-sysctl-linux.o src/unix/epoll.o
ar: creating libuv.a
make[1]: Leaving directory '/tmp/tmppjts7ock/package/foo-0.1.0/build/debug-coverage/uv'
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_match_data.o src/pcre2_match_data.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_newline.o src/pcre2_newline.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_ord2utf.o src/pcre2_ord2utf.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_pattern_info.o src/pcre2_pattern_info.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_script_run.o src/pcre2_script_run.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_serialize.o src/pcre2_serialize.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_string_utils.o src/pcre2_string_utils.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_study.o src/pcre2_study.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_substitute.o src/pcre2_substitute.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_substring.o src/pcre2_substring.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_tables.o src/pcre2_tables.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_ucd.o src/pcre2_ucd.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_valid_utf.o src/pcre2_valid_utf.c
cc -Iinclude -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=32 -O2 -ffunction-sections -fdata-sections   -c -o src/pcre2_xclass.o src/pcre2_xclass.c
ar -r libpcre2.a src/pcre2_auto_possess.o src/pcre2_chartables.o src/pcre2_compile.o src/pcre2_config.o src/pcre2_context.o src/pcre2_convert.o src/pcre2_dfa_match.o src/pcre2_error.o src/pcre2_extuni.o src/pcre2_find_bracket.o src/pcre2_jit_compile.o src/pcre2_maketables.o src/pcre2_match.o src/pcre2_match_data.o src/pcre2_newline.o src/pcre2_ord2utf.o src/pcre2_pattern_info.o src/pcre2_script_run.o src/pcre2_serialize.o src/pcre2_string_utils.o src/pcre2_study.o src/pcre2_substitute.o src/pcre2_substring.o src/pcre2_tables.o src/pcre2_ucd.o src/pcre2_valid_utf.o src/pcre2_xclass.o
ar: creating libpcre2.a
make[1]: Leaving directory '/tmp/tmppjts7ock/package/foo-0.1.0/build/debug-coverage/pcre2'
make -f build/debug-coverage/Makefile build/debug-coverage/transpile 
make[1]: Entering directory '/tmp/tmppjts7ock/package/foo-0.1.0'
/opt/hostedtoolcache/Python/3.9.14/x64/bin/python -m mys  transpile --coverage \
-n foo -v 0.1.0 -p . -s no -m no -n foo -v 0.1.0 -p . -s no -m yes -n fiber -v 0.1.0 -p /opt/hostedtoolcache/Python/3.9.14/x64/lib/python3.9/site-packages/mys/lib/packages/fiber -s yes -m no -n bar -v 0.5.0 -p build/dependencies/bar-latest -s yes -m no -o build/debug-coverage/cpp lib.mys main.mys lib.mys lib.mys
  File "./src/lib.mys", line 1
    def add(first: i32, second: i32) -> i32:
        ^
SyntaxError: invalid syntax

make[1]: *** [build/debug-coverage/Makefile:110: build/debug-coverage/transpile] Error 1
make[1]: Leaving directory '/tmp/tmppjts7ock/package/foo-0.1.0'