Skip to content

1 of 4 regressions failing on mac os x 10.11.5 for rum 157d137 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jmscott opened this issue Jun 26, 2016 · 11 comments
Closed

1 of 4 regressions failing on mac os x 10.11.5 for rum 157d137 #2

jmscott opened this issue Jun 26, 2016 · 11 comments
Labels

Comments

@jmscott
Copy link

jmscott commented Jun 26, 2016

1 of 4 regress tests fail for rum 157d137 under 9.6beta2 on mac os x. failure appears to be a text columnar alignment issue in psql output. details about build environment in attached zip file.

regress-fail-157d137.zip

@za-arthur
Copy link
Contributor

Hmm, strange. Thank you for the report. We will check it.

@jmscott
Copy link
Author

jmscott commented Jul 5, 2016

just tested on linux 2.6.32-642.el6.x86_64. got same regression fail 1/4 as described for mac in file regress-fail-157d137.zip. rum git digest also 157d137.

@za-arthur
Copy link
Contributor

Unfortunately I can't reproduce this bug.
I tested in Mac OS X 10.11.5 with en_US-UTF-8 locale and with CFLAGS:

-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2

and nothing.
Also I tested in Arch Linux. The bug did not reproduced.

Can you build PostgreSQL and rum module without any special flags, run regression tests and send results? Thank you.

@jmscott
Copy link
Author

jmscott commented Jul 6, 2016

i built a private copy in $HOME/tmp as jmscott (not postgres). failed in
same way.
i attached contents of entire contrib/rum directory, plus output of env,
pg_config and locale commands.

-j

On Tue, Jul 5, 2016 at 3:23 PM, Arthur [email protected] wrote:

Unfortunately I can't reproduce this bug.
I tested in Mac OS X 10.11.5 with en_US-UTF-8 locale and with CFLAGS:

-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2

and nothing.
Also I tested in Arch Linux. The bug did not reproduced.

Can you build PostgreSQL and rum module without any special flags, run
regression tests and send results? Thank you.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABWsKJaLk3P-deRGzzvPXsFBJFjxBbSKks5qSr09gaJpZM4I-pfP
.

@jmscott
Copy link
Author

jmscott commented Jul 6, 2016

let me verify that this regression ran against the isolated build of
postgresql. i suspect the test may have run against the global 9.6beta2.

-j

On Tue, Jul 5, 2016 at 9:13 PM, John Scott [email protected] wrote:

i built a private copy in $HOME/tmp as jmscott (not postgres). failed in
same way.
i attached contents of entire contrib/rum directory, plus output of env,
pg_config and locale commands.

-j

On Tue, Jul 5, 2016 at 3:23 PM, Arthur [email protected] wrote:

Unfortunately I can't reproduce this bug.
I tested in Mac OS X 10.11.5 with en_US-UTF-8 locale and with CFLAGS:

-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement
-Wendif-labels -Wmissing-format-attribute -Wformat-security
-fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2

and nothing.
Also I tested in Arch Linux. The bug did not reproduced.

Can you build PostgreSQL and rum module without any special flags, run
regression tests and send results? Thank you.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABWsKJaLk3P-deRGzzvPXsFBJFjxBbSKks5qSr09gaJpZM4I-pfP
.

@za-arthur
Copy link
Contributor

It would be nice. I also tested on 10.10.5. And the bug did not reproduced.
After a while we will update the repository. Maybe the bug will gone.

@jmscott
Copy link
Author

jmscott commented Jul 7, 2016

i suspect something in my environment is causing the misaligned text in
psql output. would be nice to know what. probably be a day or so before i
can rebuild.

-j

On Wed, Jul 6, 2016 at 2:15 PM, Arthur [email protected] wrote:

It would be nice. I also tested on 10.10.5. And the bug did not reproduced.
After a while we will update the repository. Maybe the bug will gone.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABWsKBfuJnCUmg2eBkw4cKoeHZPvkOOBks5qS_7qgaJpZM4I-pfP
.

@jmscott
Copy link
Author

jmscott commented Jul 11, 2016

i'll recompile early this week. i got delayed due to the shootings in
dallas. i live only a few blocks from dealey plaza where the shooter was
active, so things have been strange in my neighborhood, to say the least.

-j

On Wed, Jul 6, 2016 at 11:13 PM, John Scott [email protected] wrote:

i suspect something in my environment is causing the misaligned text in
psql output. would be nice to know what. probably be a day or so before i
can rebuild.

-j

On Wed, Jul 6, 2016 at 2:15 PM, Arthur [email protected] wrote:

It would be nice. I also tested on 10.10.5. And the bug did not
reproduced.
After a while we will update the repository. Maybe the bug will gone.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABWsKBfuJnCUmg2eBkw4cKoeHZPvkOOBks5qS_7qgaJpZM4I-pfP
.

@za-arthur
Copy link
Contributor

Oh, of course. I heard this news.

@jmscott
Copy link
Author

jmscott commented Jul 18, 2016

ok,

after better isolating a full build script i am not able reproduce the
failed regression on either the mac or linux, so i'm going to assume the
earlier failure was due to something peculiar to my environment.
please close the issue.

i'll let you know if i can deduce the cause in my environment of the
earlier failure on both linux and mac.

sorry for the bother-j

On Mon, Jul 11, 2016 at 9:07 AM, Arthur [email protected] wrote:

Oh, of course. I heard this news.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#2 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABWsKFUY3TkTMMFxVw3vYywGBmdjl4bMks5qUk4vgaJpZM4I-pfP
.

@za-arthur
Copy link
Contributor

Thank you for the issue. I close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants