Re: Weird failure in a build job (Python egg -> RPM)

2017-08-08 Thread Peter Berghold
DOH!  why didn't I think of that! :-)  Thanks Mark... going to give that a
try...

On Tue, Aug 8, 2017 at 11:20 AM Mark Waite 
wrote:

> Possibly you have a different locale setting in the context of your
> Jenkins job than you have in the context where it works?
>
> LC_ALL or LANG or ...
>
> Mark Waite
>
> On Tue, Aug 8, 2017 at 9:05 AM Peter Berghold 
> wrote:
>
>> I have a Python egg that I'm trying to repackage into an RPM for a custom
>> installation path. When the build is run manually it goes off without a
>> hitch.
>>
>> When the build is run within Jenkins (which is my preferred method) the
>> build fails with a oddball Unicode error.
>>
>> I know this is not a Python forum, but I'm in hopes someone in the
>> Jenkins community has seen this and has a fix for it
>>
>> error noted -
>> Traceback (most recent call last): File "setup.py", line 72, in 
>> "ipaddress", File "/opt/ncs/lib/python3.6/distutils/core.py", line 148, in
>> setup dist.run_commands() File "/opt/ncs/lib/python3.6/distutils/dist.py",
>> line 955, in run_commands self.run_command(cmd) File
>> "/opt/ncs/lib/python3.6/distutils/dist.py", line 974, in run_command
>> cmd_obj.run() File
>> "/opt/ncs/lib/python3.6/site-packages/setuptools/command/bdist_rpm.py",
>> line 19, in run orig.bdist_rpm.run(self) File
>> "/opt/ncs/lib/python3.6/distutils/command/bdist_rpm.py", line 283, in run
>> "writing '%s'" % spec_path) File "/opt/ncs/lib/python3.6/distutils/cmd.py",
>> line 335, in execute util.execute(func, args, msg, dry_run=self.dry_run)
>> File "/opt/ncs/lib/python3.6/distutils/util.py", line 301, in execute
>> func(*args) File "/opt/ncs/lib/python3.6/distutils/file_util.py", line
>> 236, in write_file f.write(line + "\n") UnicodeEncodeError: 'ascii' codec
>> can't encode character '\U0001f44b' in position 2671: ordinal not in
>> range(128)
>>
>> Thoughts anybody?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv2eCTJrU37mjAj8K2SEkawt67%3D2DvotxG2NEgbfUdbb8A%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEy4LhCMwy_E%2BARyPCvb-Dm_9nmHj-78s2KAhwN%3DGmUMQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv32VUyUg%3Dihk9J66Z3VmM8b%3DNgNwm6RVj3peksTmAmzHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Weird failure in a build job (Python egg -> RPM)

2017-08-08 Thread Mark Waite
Possibly you have a different locale setting in the context of your Jenkins
job than you have in the context where it works?

LC_ALL or LANG or ...

Mark Waite

On Tue, Aug 8, 2017 at 9:05 AM Peter Berghold 
wrote:

> I have a Python egg that I'm trying to repackage into an RPM for a custom
> installation path. When the build is run manually it goes off without a
> hitch.
>
> When the build is run within Jenkins (which is my preferred method) the
> build fails with a oddball Unicode error.
>
> I know this is not a Python forum, but I'm in hopes someone in the Jenkins
> community has seen this and has a fix for it
>
> error noted -
> Traceback (most recent call last): File "setup.py", line 72, in 
> "ipaddress", File "/opt/ncs/lib/python3.6/distutils/core.py", line 148, in
> setup dist.run_commands() File "/opt/ncs/lib/python3.6/distutils/dist.py",
> line 955, in run_commands self.run_command(cmd) File
> "/opt/ncs/lib/python3.6/distutils/dist.py", line 974, in run_command
> cmd_obj.run() File
> "/opt/ncs/lib/python3.6/site-packages/setuptools/command/bdist_rpm.py",
> line 19, in run orig.bdist_rpm.run(self) File
> "/opt/ncs/lib/python3.6/distutils/command/bdist_rpm.py", line 283, in run
> "writing '%s'" % spec_path) File "/opt/ncs/lib/python3.6/distutils/cmd.py",
> line 335, in execute util.execute(func, args, msg, dry_run=self.dry_run)
> File "/opt/ncs/lib/python3.6/distutils/util.py", line 301, in execute
> func(*args) File "/opt/ncs/lib/python3.6/distutils/file_util.py", line
> 236, in write_file f.write(line + "\n") UnicodeEncodeError: 'ascii' codec
> can't encode character '\U0001f44b' in position 2671: ordinal not in
> range(128)
>
> Thoughts anybody?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAArvnv2eCTJrU37mjAj8K2SEkawt67%3D2DvotxG2NEgbfUdbb8A%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEy4LhCMwy_E%2BARyPCvb-Dm_9nmHj-78s2KAhwN%3DGmUMQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.