Jimmy Tang

Results 22 comments of Jimmy Tang

I installed it via the vendor and epel repositories

@ruslo if you have a centos7 vm or container running... ``` yum install -y epel-release yum install -y python34 cmake3 gcc-c++ gcc ``` The above should give you an environment...

May be copy and paste from here? ``` 四 十 五 ``` Or else I can gist it at https://gist.github.com/jcftang/89792312f73309c91116554b6b8e3bce

@ruslo the problem exhibits itself when I run the scripts inside a centos7 docker container,... ``` bash-4.2$ python3 -c 'import sys; print(sys.stdout.encoding)' ANSI_X3.4-1968 ```

Doing that gives me an empty value ``` bash-4.2$ echo $LC_ALL bash-4.2$ ``` the whole env just has this... ``` bash-4.2$ env HOSTNAME=74932611f4c9 TERM=xterm SSH_AUTH_SOCK=/ssh-agent-sock PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PWD=/home/build/ SHLVL=1 HOME=/ _=/usr/bin/env...

setting the LC_ALL environment variable does not help at all ``` Exception in thread Thread-8: Traceback (most recent call last): File "/usr/lib64/python3.4/threading.py", line 911, in _bootstrap_inner self.run() File "/usr/lib64/python3.4/threading.py", line...

@ruslo the branch https://github.com/ruslo/polly/tree/pr.encoding appears to have addressed the hanging, my builds at least succeed. I think its probably safe to merge that PR

I tend to agree this bug is a bit obscure and hard to reproduce. I can't share my container that I am using to reproduce this. I will see if...

I've been running into this issue as well where the env variables are used, it would be better if this tool used the credentials from the credentials config file and...

The tests appear to fail for some reason.