all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Gábor Boskovits" <boskovits@gmail.com>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: java: switch to icedtea-8 as default JDK
Date: Sun, 3 Dec 2017 12:30:43 +0100	[thread overview]
Message-ID: <CAE4v=pjANDE5N=ZM1AWJGxNuUCqkpeX7X-HnxuyXLKRRuF+BgA@mail.gmail.com> (raw)
In-Reply-To: <CAE4v=pi==Hznz2SV1vGBmQrzfC9=AACQsyzCTSPMu+2Bw+v+vQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 14046 bytes --]

java-testng also dies on icu4c.
It seems like we will have to fix that first to do anything else.


2017-12-03 10:58 GMT+01:00 Gábor Boskovits <boskovits@gmail.com>:

> Any news on this icu4c thing?
>
> We had a problem on core-updates, reverting ee3ebf1a357bd4eb36a2fa1790a7b549cffb305a
> makes it usable, it is not the best thing we can do, but in case you meet
> with encoding related errors after rebase this is a quick fix.
> I will have a look at this java-testng failure in the meanwhile. I'll
> report back if I find something.
>
> 2017-12-02 8:06 GMT+01:00 Chris Marusich <cmmarusich@gmail.com>:
>
>> Gábor Boskovits <boskovits@gmail.com> writes:
>>
>> > Hello!
>> >
>> > I've just checked the current build status of packages on hyrda. I could
>> > filter out a few that currently seems not to build anyway, we might try
>> to
>> > fix those first.
>> >
>> > I'll send a quick list:
>> >
>> > *java-htsjdk@1.129 -> newer version (2.3.0) in master, does not build;
>> > java-testng@6.12
>> > *java-plexus-container-default@1.7.1 -> does not build;
>> java-testng@6.12
>> > *kodi@18.0_alpha-6-f22d62d -> does not build; unbound 1.6.7
>> > *java-eclipse-jetty-servlet@9.4.6 -> does not build;
>> > java-eclipse-jetty-security-9.2.22
>> > *java-eclipse-jetty-servlet@9.2.22 -> does not build;
>> > java-eclipse-jetty-security-9.4.6
>> >
>> > The first one with the specific version does build, to be clear, but the
>> > newer version does not.
>> > I've extracted the log segment of those failures:
>> >
>> > ------------------------------------------------------------
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> ----------------------------------------
>> > java-testng@6.12 - log extract:
>> > TestNG
>> > Total tests run: 1517, Failures: 1, Skips: 0
>> > ===============================================
>> >
>> > Failures in <suite> :TestNG, <test> :Parallelization
>> > test.thread.parallelization.ParallelByMethodsTestCase4Scenar
>> io1.verifyThatTestMethodsRunInParallelThreads()
>> > StackTrace:
>> >  java.lang.AssertionError: Expected 6 test method start event logs to
>> be in
>> > a block of methods executing in parallel. Found an event log of a
>> different
>> > type in the block being processed: [EventLog{Event:
>> > LISTENER_TEST_METHOD_START, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodB, Time of
>> > event: 1511159025654, Thread ID: 5556}, EventLog{Event:
>> > TEST_METHOD_EXECUTION, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodB, Data
>> > provider param: paramThree, Time of event: 1511159026154, Thread ID:
>> 5556},
>> > EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodA, Time of
>> > event: 1511159026244, Thread ID: 5550}, EventLog{Event:
>> > LISTENER_TEST_METHOD_START, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodF, Time of
>> > event: 1511159026244, Thread ID: 5560}, EventLog{Event:
>> > LISTENER_TEST_METHOD_START, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodC, Time of
>> > event: 1511159026244, Thread ID: 5552}, EventLog{Event:
>> > LISTENER_TEST_METHOD_START, Suite: TestSuiteC, Test:
>> > TestSuiteC-FourTestClassTest, Class:
>> > test.thread.parallelization.sample.TestClassBSixMethodsWithD
>> ataProviderOnAllMethodsAndNoDepsSample,
>> > Class instance hash code: 2118912967, Method name: testMethodE, Time of
>> > event: 1511159026244, Thread ID: 5558}] expected [true] but found
>> [false]
>> > at
>> > test.thread.parallelization.BaseParallelizationTest.verifyEv
>> entTypeForEventsLogs(Unknown
>> > Source)
>> > at
>> > test.thread.parallelization.BaseParallelizationTest.verifySi
>> multaneousTestMethodListenerStartEvents(Unknown
>> > Source)
>> > at
>> > test.thread.parallelization.BaseParallelizationTest.verifySi
>> multaneousTestMethodListenerStartEvents(Unknown
>> > Source)
>> > at
>> > test.thread.parallelization.BaseParallelizationTest.verifyPa
>> rallelTestMethodsWithNonParallelDataProvider(Unknown
>> > Source)
>> > at
>> > test.thread.parallelization.ParallelByMethodsTestCase4Scenar
>> io1.verifyThatTestMethodsRunInParallelThreads(Unknown
>> > Source)
>> > ... Removed 27 stack frames
>> >
>> > phase `check' failed after 282.9 seconds
>> >
>> > Requires further investigation.
>> >
>> > ------------------------------------------------------------
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> -----------------------------------------
>> >
>> > unbound@1.6.7 - log extract
>> > libtool: link: gcc -I.
>> > -I/gnu/store/ks27x0mf95gir0cdgb9h573xbava6v1k-python-3.5.3/
>> include/python3.5m
>> > -I/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/include
>> > -I/gnu/store/ldkwm8hwhknpx6651yjgc1231nh8234d-libevent-2.1.8/include
>> > -I/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/include -g
>> -O2
>> > -flto -pthread -o testbound .libs/testbound.o .libs/replay.o
>> > .libs/fake_event.o .libs/testpkts.o .libs/worker.o .libs/acl_list.o
>> > .libs/daemon.o .libs/stats.o .libs/shm_main.o .libs/dns.o .libs/infra.o
>> > .libs/rrset.o .libs/dname.o .libs/msgencode.o .libs/as112.o
>> > .libs/msgparse.o .libs/msgreply.o .libs/packed_rrset.o .libs/iterator.o
>> > .libs/iter_delegpt.o .libs/iter_donotq.o .libs/iter_fwd.o
>> > .libs/iter_hints.o .libs/iter_priv.o .libs/iter_resptype.o
>> > .libs/iter_scrub.o .libs/iter_utils.o .libs/localzone.o .libs/mesh.o
>> > .libs/modstack.o .libs/view.o .libs/outbound_list.o .libs/alloc.o
>> > .libs/config_file.o .libs/configlexer.o .libs/configparser.o
>> > .libs/fptr_wlist.o .libs/locks.o .libs/log.o .libs/mini_event.o
>> > .libs/module.o .libs/net_help.o .libs/random.o .libs/rbtree.o
>> > .libs/regional.o .libs/rtt.o .libs/dnstree.o .libs/lookup3.o
>> > .libs/lruhash.o .libs/slabhash.o .libs/timehist.o .libs/tube.o
>> > .libs/winsock_event.o .libs/autotrust.o .libs/val_anchor.o
>> > .libs/validator.o .libs/val_kcache.o .libs/val_kentry.o .libs/val_neg.o
>> > .libs/val_nsec3.o .libs/val_nsec.o .libs/val_secalgo.o
>> .libs/val_sigcrypt.o
>> > .libs/val_utils.o .libs/dns64.o .libs/cachedb.o .libs/authzone.o
>> > .libs/pythonmod.o .libs/pythonmod_utils.o .libs/respip.o
>> .libs/ub_event.o
>> > .libs/keyraw.o .libs/sbuffer.o .libs/wire2str.o .libs/parse.o
>> > .libs/parseutil.o .libs/rrdef.o .libs/str2wire.o .libs/strlcat.o
>> > .libs/strlcpy.o .libs/reallocarray.o .libs/arc4random.o
>> > .libs/arc4random_uniform.o .libs/explicit_bzero.o .libs/arc4_lock.o
>> > -L/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/lib
>> > -L/gnu/store/ldkwm8hwhknpx6651yjgc1231nh8234d-libevent-2.1.8/lib
>> > -L/gnu/store/wdlhrg370gm42s7ggyhnvnb4xrzpls1x-expat-2.2.1/lib -lssl
>> > /gnu/store/ldkwm8hwhknpx6651yjgc1231nh8234d-libevent-2.1.8/
>> lib/libevent.so
>> > -L/gnu/store/ks27x0mf95gir0cdgb9h573xbava6v1k-python-3.5.3/lib
>> > -L/gnu/store/ks27x0mf95gir0cdgb9h573xbava6v1k-python-3.5.3/
>> lib/python3.5
>> > -L. -lpython3.5m -lcrypto -pthread -Wl,-rpath
>> > -Wl,/gnu/store/ldkwm8hwhknpx6651yjgc1231nh8234d-libevent-2.1.8/lib
>> > -Wl,-rpath
>> > -Wl,/gnu/store/ldkwm8hwhknpx6651yjgc1231nh8234d-libevent-2.1.8/lib
>> > -Wl,-rpath
>> > -Wl,/gnu/store/m0m6bwzi8lx7kv8zbn3hjrim6flmgnf4-openssl-1.0.2l/lib
>> > LD_PRELOAD=/tmp/nss_preload.so ./unittest
>> > make: *** [Makefile:308: test] Killed
>> > phase `check' failed after 18.3 seconds
>> >
>> > Requires further investigation.
>> >
>> > ------------------------------------------------------------
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> ---------------------------------------------
>> >
>> > java-eclipse-jetty-security@9.2.22 - log extract
>> >     [junit] Tests run: 22, Failures: 1, Errors: 0, Skipped: 0, Time
>> > elapsed: 0.75 sec
>> >     [junit] HTTP/1.1 302 Found
>> >     [junit] Date: Mon, 20 Nov 2017 05:32:39 GMT
>> >     [junit] Location: https://wobble.com/ctx/data/info
>> >     [junit] Content-Length: 0
>> >     [junit] Server: Jetty(9.2.z-SNAPSHOT)
>> >     [junit]
>> >     [junit]
>> >
>> > BUILD FAILED
>> > /tmp/guix-build-java-eclipse-jetty-security-9.2.22.drv-0/jet
>> ty.project-jetty-9.2.22.v20170606/jetty-security/build.xml:1:
>> > Test org.eclipse.jetty.security.ConstraintTest failed
>> >
>> > Total time: 3 seconds
>> > phase `check' failed after 4.0 seconds
>> >
>> > Requires further investigation.
>> >
>> > ------------------------------------------------------------
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> ---------------------------------------------------
>> >
>> > java-eclipse-jetty-security@9.4.6 - log extract
>> > BUILD FAILED
>> > /tmp/guix-build-java-eclipse-jetty-security-9.4.6.drv-0/jett
>> y.project-jetty-9.4.6.v20170531/jetty-security/build.xml:1:
>> > Test org.eclipse.jetty.security.ConstraintTest failed
>> >
>> > Total time: 12 seconds
>> > phase `check' failed after 13.3 seconds
>> >
>> > Requires further investigation.
>> > ------------------------------------------------------------
>> ------------------------------------------------------------
>> ------------------------------------------------------------
>> --------------------------------------------------------
>> >
>> > This is how far I could get by now.
>> > What should we do with these?
>> >
>> > These are the latest hydra run results by the way, it might well be that
>> > some of these is already fixed.
>>
>> We'll have to investigate them one by one, I guess.  To reduce the risk
>> of accidentally repeating work, I suggest that anyone who works on a
>> package mentioned here should reply to this thread to let everyone know
>> they are working on it.  When I get enough time to start working on some
>> of these, I'll do that.
>>
>> Meanwhile, on the core-updates branch, it seems that there are other
>> existing problems.
>>
>> I tried again to build the "covering" of icedtea (i.e., the set of
>> packages which, when built, are sufficient to rebuild all packages that
>> might be broken by changing icedtea), and I found that none of the
>> packages currently build against
>> d6adba786cf2ab1b26ff083928b64262281ff106 (which was the tip of
>> core-updates a few days ago).  Failures were as follows:
>>
>> * kodi@18.0_alpha-6-f22d62d fails because the following fail:
>>     * protobuf-3.4.1
>>     * libvpx-1.6.1
>>     * icu4c-60.1
>>
>> * All other 38 packages in the "covering" for icedtea fail because the
>>   following fails:
>>     * icu4c-60.1
>>
>> So, on the core-updates branch at least, the appropriate first step
>> seems like it would be to fix icu4c.  Here's the error:
>>
>> --8<---------------cut here---------------start------------->8---
>>    g++   ...  dayperiodrules.cpp
>>    g++   ...  number_decimalquantity.cpp
>>    g++   ...  number_decimfmtprops.cpp
>> number_decimalquantity.cpp: In member function
>> ‘icu_60::number::impl::DecimalQuantity& icu_60::number::impl::DecimalQ
>> uantity::setToDouble(double)’:
>> number_decimalquantity.cpp:333:9: error: ‘_Generic’ is not a member of
>> ‘std’
>>      if (std::signbit(n) != 0) {
>>          ^
>> In file included from /gnu/store/nz2m4gdvgzcrkqa4xwv
>> 360iskh7syj7i-gcc-5.5.0/include/c++/cmath:44:0,
>>                  from number_decimalquantity.cpp:9:
>> number_decimalquantity.cpp:333:14: error: expected primary-expression
>> before ‘float’
>>      if (std::signbit(n) != 0) {
>>               ^
>> number_decimalquantity.cpp:333:14: error: expected primary-expression
>> before ‘default’
>>      if (std::signbit(n) != 0) {
>>               ^
>> number_decimalquantity.cpp:333:14: error: expected primary-expression
>> before ‘long’
>>      if (std::signbit(n) != 0) {
>>               ^
>> number_decimalquantity.cpp:333:14: error: expected primary-expression
>> before ‘:’ token
>>      if (std::signbit(n) != 0) {
>>               ^
>> number_decimalquantity.cpp:337:9: error: ‘__builtin_isnan’ is not a
>> member of ‘std’
>>      if (std::isnan(n) != 0) {
>>          ^
>> number_decimalquantity.cpp:337:9: note: suggested alternative:
>> <built-in>: note:   ‘__builtin_isnan’
>> number_decimalquantity.cpp:339:16: error: ‘__builtin_isfinite’ is not a
>> member of ‘std’
>>      } else if (std::isfinite(n) == 0) {
>>                 ^
>> number_decimalquantity.cpp:339:16: note: suggested alternative:
>> <built-in>: note:   ‘__builtin_isfinite’
>> --8<---------------cut here---------------end--------------->8---
>>
>> I am currently doing a git bisect to try and find out what caused this
>> failure.  I'll let you know once I know more.
>>
>> --
>> Chris
>>
>
>

[-- Attachment #2: Type: text/html, Size: 17064 bytes --]

  reply	other threads:[~2017-12-03 11:30 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 22:02 java: switch to icedtea-8 as default JDK Ricardo Wurmus
2017-11-22  8:57 ` Chris Marusich
2017-11-22 12:09   ` Ricardo Wurmus
2017-11-22 17:03     ` Chris Marusich
2017-11-24  7:01       ` Gábor Boskovits
2017-11-24 10:15         ` Ricardo Wurmus
2017-11-24 11:46           ` Gábor Boskovits
2017-11-29  6:48     ` Chris Marusich
2017-11-29  7:12       ` Chris Marusich
2017-11-29 19:05         ` Gábor Boskovits
2017-11-29 19:58           ` Ricardo Wurmus
2017-11-30  6:58         ` Chris Marusich
2017-11-30 19:27           ` Efraim Flashner
2017-12-01 20:41             ` Gábor Boskovits
2017-12-02  7:06           ` Chris Marusich
2017-12-03  9:58             ` Gábor Boskovits
2017-12-03 11:30               ` Gábor Boskovits [this message]
2017-12-03 21:46               ` Chris Marusich
2017-12-03 22:04                 ` Gábor Boskovits
2017-12-03 22:08                   ` Gábor Boskovits
2017-12-03 22:20                     ` Gábor Boskovits
2017-12-03 22:25                       ` Gábor Boskovits
2017-12-04 12:03                         ` Gábor Boskovits
2017-12-04 12:18                           ` Gábor Boskovits
2017-12-04 12:21                             ` Gábor Boskovits
2017-12-04 12:33                               ` Gábor Boskovits
2017-12-04 12:59                                 ` Gábor Boskovits
2017-12-04 14:19                                   ` Gábor Boskovits
2017-12-04 15:44                                     ` Gábor Boskovits
2017-12-04 16:34                                       ` Gábor Boskovits
2017-12-04 16:35                                         ` Gábor Boskovits
2017-12-04 19:15                                       ` Leo Famulari
2017-12-05  7:07                                         ` Gábor Boskovits
2017-12-07 17:50                                           ` Gábor Boskovits
2017-12-08  6:13                                             ` Gábor Boskovits
2017-12-08  6:55                                               ` Chris Marusich
2017-12-08  7:01                                                 ` Gábor Boskovits
2017-12-10 15:56                                                   ` Gábor Boskovits
2017-12-12 11:30                                                     ` Gábor Boskovits
2017-12-12 12:27                                                       ` Gábor Boskovits
2017-12-13  2:06                                                   ` Chris Marusich
2017-12-13  8:53                                                     ` Gábor Boskovits
2017-12-13  9:54                                                       ` Gábor Boskovits
2017-12-13  9:59                                                         ` Gábor Boskovits
2017-12-13 10:03                                                           ` Gábor Boskovits
2017-12-13 10:32                                                     ` Efraim Flashner
2017-12-13 11:07                                                       ` Gábor Boskovits
2017-12-13 18:04                                                         ` Gábor Boskovits
2017-12-13 22:50                                                           ` Gábor Boskovits
2017-12-15 13:52                                                             ` Gábor Boskovits
2017-12-15 14:21                                                               ` Gábor Boskovits
2017-12-15 14:33                                                                 ` Gábor Boskovits
2017-12-17  7:39                                                                   ` Gábor Boskovits
2017-12-17 14:26                                                                     ` Ricardo Wurmus
2017-12-17 18:59                                                                       ` Gábor Boskovits
2017-12-18 10:02                                                                         ` Gábor Boskovits
2017-12-18 12:33                                                                           ` Ricardo Wurmus
2017-12-19  8:07                                                                           ` Chris Marusich
2017-12-19  9:11                                                                             ` Gábor Boskovits
2017-12-19 20:58                                                                               ` Gábor Boskovits
2017-12-19 22:11                                                                                 ` Ricardo Wurmus
2017-12-20 10:34                                                                                   ` Gábor Boskovits
2017-12-20 12:29                                                                                     ` Gábor Boskovits
2017-12-21  7:53                                                                                       ` Gábor Boskovits
2018-01-03 13:06                                                                                         ` Gábor Boskovits
2018-01-05 15:44                                                                                           ` Ricardo Wurmus
2018-01-05 16:01                                                                                             ` Gábor Boskovits
2018-01-06 19:29                                                                                               ` Chris Marusich
2018-01-06 20:16                                                                                                 ` Gábor Boskovits
2018-01-07 14:52                                                                                                   ` Gábor Boskovits
2018-01-07 17:25                                                                                                     ` Ricardo Wurmus
2018-01-07 18:19                                                                                                       ` Gábor Boskovits
2018-01-08  2:54                                                                                                     ` Chris Marusich
     [not found]                                                 ` <87d13jhoka.fsf@gmail.com>
2017-12-12 22:49                                                   ` Gábor Boskovits
2017-12-12 22:50                                                     ` Gábor Boskovits
2017-11-29 19:59       ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAE4v=pjANDE5N=ZM1AWJGxNuUCqkpeX7X-HnxuyXLKRRuF+BgA@mail.gmail.com' \
    --to=boskovits@gmail.com \
    --cc=cmmarusich@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.