Skip Menu |

This queue is for tickets about the DBIx-SearchBuilder CPAN distribution.

Report information
The Basics
Id: 84266
Status: open
Priority: 0/
Queue: DBIx-SearchBuilder

People
Owner: Nobody in particular
Requestors: darin [...] darins.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DBIx-SearchBuilder make test failures
Date: Thu, 28 Mar 2013 09:34:18 -0400
To: trs [...] bestpractical.com
From: Darin Perusich <darin [...] darins.net>
Hi Thomas, Sorry to bug you but I've into a issue with perl-DBIx-SearchBuilder package I maintain for openSuSE which is holding up the request-tracker package for openSuSE 12.3. "make test" is failing during package creation and I don't know if this is a catastrophic or something that can simply be ignored by not running the tests. I've included a log snippet leading up to the failure and a link to the full log on the build service. Thanks! OpenSUSE 12.3 perl 5.16.2. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/01basics.t t/01nocap_api.t t/01records.t t/01searches.t t/02distinct_values.t t/02order_outer.t t/02records_cachable.t t/02records_datetime.t t/02records_integers.t t/02records_object.t t/02searches_joins.t t/03compatibility.t t/03cud_from_select.t t/03rebless.t t/03transactions.t t/03versions.t t/10schema.t t/11schema_records.t t/pod.t t/00.load.t ............. ok t/01basics.t ............ ok t/01nocap_api.t ......... skipped: Devel::Symdump is not installed t/01records.t ........... ok t/01searches.t .......... ok t/02distinct_values.t ... ok t/02order_outer.t ....... ok t/02records_cachable.t .. ok # Failed test 'correct date time function' # at t/02records_datetime.t line 53. # Structures begin differing at: # $got->{2011-05-20 19:53:23} = '2011-05-20 19:53:23' # $expected->{2011-05-20 19:53:23} = '2011-05-20 23:53:23' # wrong SQL: SELECT main.Expires AS expires, datetime(datetime(main.Expires, 'localtime')) AS expires1 FROM Users main https://build.opensuse.org/package/live_build_log?arch=i586&package=perl-DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3 -- Later, Darin
On Thu Mar 28 13:01:47 2013, darin@darins.net wrote: Show quoted text
> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- > DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
Subject: Re: [rt.cpan.org #84266] DBIx-SearchBuilder make test failures
Date: Thu, 28 Mar 2013 13:41:03 -0400
To: bug-DBIx-SearchBuilder [...] rt.cpan.org
From: Darin Perusich <darin [...] darins.net>
On Thu, Mar 28, 2013 at 1:13 PM, Thomas Sibley via RT <bug-DBIx-SearchBuilder@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > > > On Thu Mar 28 13:01:47 2013, darin@darins.net wrote:
>> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- >> DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
> > Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
It's perl-DBD-SQLite-1.37-24.1
Subject: Re: [rt.cpan.org #84266] DBIx-SearchBuilder make test failures
Date: Fri, 29 Mar 2013 09:45:13 +0400
To: bug-DBIx-SearchBuilder [...] rt.cpan.org
From: Ruslan Zakirov <ruz [...] bestpractical.com>
On Thu, Mar 28, 2013 at 9:41 PM, Darin Perusich via RT <bug-DBIx-SearchBuilder@rt.cpan.org> wrote: Show quoted text
> Queue: DBIx-SearchBuilder > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > > > On Thu, Mar 28, 2013 at 1:13 PM, Thomas Sibley via RT > <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >> >> On Thu Mar 28 13:01:47 2013, darin@darins.net wrote:
>>> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- >>> DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
>> >> Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
> > It's perl-DBD-SQLite-1.37-24.1 >
Result of the following command may sched some light: TZ="Europe/Moscow" date -- Best regards, Ruslan.
Subject: Re: [rt.cpan.org #84266] DBIx-SearchBuilder make test failures
Date: Fri, 29 Mar 2013 09:21:38 -0400
To: bug-DBIx-SearchBuilder [...] rt.cpan.org
From: Darin Perusich <darin [...] darins.net>
On Fri, Mar 29, 2013 at 1:45 AM, Ruslan Zakirov via RT <bug-DBIx-SearchBuilder@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > > > On Thu, Mar 28, 2013 at 9:41 PM, Darin Perusich via RT > <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>> Queue: DBIx-SearchBuilder >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >> >> On Thu, Mar 28, 2013 at 1:13 PM, Thomas Sibley via RT >> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>> >>> On Thu Mar 28 13:01:47 2013, darin@darins.net wrote:
>>>> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- >>>> DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
>>> >>> Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
>> >> It's perl-DBD-SQLite-1.37-24.1 >>
> > Result of the following command may sched some light: > > TZ="Europe/Moscow" date >
Here's the result. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.z95mN5 + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd DBIx-SearchBuilder-1.63 + TZ=Europe/Moscow + date Fri Mar 29 13:19:10 Europe 2013 + /usr/bin/make test
Subject: Re: [rt.cpan.org #84266] DBIx-SearchBuilder make test failures
Date: Fri, 29 Mar 2013 09:30:30 -0400
To: bug-DBIx-SearchBuilder [...] rt.cpan.org
From: Darin Perusich <darin [...] darins.net>
On Fri, Mar 29, 2013 at 9:21 AM, Darin Perusich <darin@darins.net> wrote: Show quoted text
> On Fri, Mar 29, 2013 at 1:45 AM, Ruslan Zakirov via RT > <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >> >> On Thu, Mar 28, 2013 at 9:41 PM, Darin Perusich via RT >> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>> Queue: DBIx-SearchBuilder >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>> >>> On Thu, Mar 28, 2013 at 1:13 PM, Thomas Sibley via RT >>> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>>> >>>> On Thu Mar 28 13:01:47 2013, darin@darins.net wrote:
>>>>> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- >>>>> DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
>>>> >>>> Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
>>> >>> It's perl-DBD-SQLite-1.37-24.1 >>>
>> >> Result of the following command may sched some light: >> >> TZ="Europe/Moscow" date >>
> > Here's the result. > > Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.z95mN5 > + umask 022 > + cd /home/abuild/rpmbuild/BUILD > + cd DBIx-SearchBuilder-1.63 > + TZ=Europe/Moscow > + date > Fri Mar 29 13:19:10 Europe 2013 > + /usr/bin/make test
I've added the "timezone" package to the build spec and the tests complete successfully on openSUSE 12.3 now. This is obviously not an issue with DBIx-SearchBuilder but rather how the build service is setting up the build environment. Thanks!
Subject: Re: [rt.cpan.org #84266] DBIx-SearchBuilder make test failures
Date: Tue, 2 Apr 2013 01:31:54 +0400
To: bug-DBIx-SearchBuilder [...] rt.cpan.org
From: Ruslan Zakirov <ruz [...] bestpractical.com>
On Fri, Mar 29, 2013 at 5:30 PM, Darin Perusich via RT <bug-DBIx-SearchBuilder@rt.cpan.org> wrote: Show quoted text
> Queue: DBIx-SearchBuilder > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > > > On Fri, Mar 29, 2013 at 9:21 AM, Darin Perusich <darin@darins.net> wrote:
>> On Fri, Mar 29, 2013 at 1:45 AM, Ruslan Zakirov via RT >> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>> >>> On Thu, Mar 28, 2013 at 9:41 PM, Darin Perusich via RT >>> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>>> Queue: DBIx-SearchBuilder >>>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>>> >>>> On Thu, Mar 28, 2013 at 1:13 PM, Thomas Sibley via RT >>>> <bug-DBIx-SearchBuilder@rt.cpan.org> wrote:
>>>>> <URL: https://rt.cpan.org/Ticket/Display.html?id=84266 > >>>>> >>>>> On Thu Mar 28 13:01:47 2013, darin@darins.net wrote:
>>>>>> https://build.opensuse.org/package/live_build_log?arch=i586&package=perl- >>>>>> DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
>>>>> >>>>> Judging by the failures at the link above, there appears to be a timezone issue. Can you tell me what version of DBD::SQLite is installed?
>>>> >>>> It's perl-DBD-SQLite-1.37-24.1 >>>>
>>> >>> Result of the following command may sched some light: >>> >>> TZ="Europe/Moscow" date >>>
>> >> Here's the result. >> >> Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.z95mN5 >> + umask 022 >> + cd /home/abuild/rpmbuild/BUILD >> + cd DBIx-SearchBuilder-1.63 >> + TZ=Europe/Moscow >> + date >> Fri Mar 29 13:19:10 Europe 2013 >> + /usr/bin/make test
> > I've added the "timezone" package to the build spec and the tests > complete successfully on openSUSE 12.3 now. This is obviously not an > issue with DBIx-SearchBuilder but rather how the build service is > setting up the build environment. >
I've updated test files to skip tests in case timezone info is not available. Show quoted text
> Thanks! >
-- Best regards, Ruslan.