GNU bug report logs - #48593
[PATCH]: gnu: cl-portable-threads: Enable tests

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 22 May 2021 20:42:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 48593 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48593; Package guix-patches. (Sat, 22 May 2021 20:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 22 May 2021 20:42:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: gnu: cl-portable-threads: Enable tests
Date: Sat, 22 May 2021 20:40:42 +0000
[Message part 1 (text/plain, inline)]
Hi Guix team!

I've enabled test and build the package and it looks ok for me, I am
not sure of the reason why it was disabled

--8<---------------cut here---------------start------------->8---
;; Starting portable threads tests...
;; Performing basic lock tests...
;;   Timing 1,000,000 nonrecursive-lock acquisitions... 0.04 seconds
;;   Timing 1,000,000 recursive-lock acquisitions... 0.05 seconds
;;   Timing 1,000,000 condition-variable lock acquisitions... 0.05 seconds
;;   Timing 1,000,000 nested nonrecursive-lock acquisitions... 0.08 seconds
;;   Timing 1,000,000 nested recursive-lock acquisitions... 0.06 seconds
;;   Checking with a non-lock object...
;;   Testing recursive locking with a recursive lock...
;;   Checking recursive locking with a non-recursive lock...
;;   Testing WITH-LOCK-HELD returned values...
;;   Testing WITH/WITHOUT-LOCK-HELD forms and throws...
;; Completed basic lock tests (0.29 seconds real time).
;; Testing atomic-incf/decf...
;; Completed atomic-incf/decf test
;; Testing atomic-incf&/decf&...
;; Completed atomic-incf&/decf& test
;; Performing WITH-TIMEOUT tests...
;; Completed WITH-TIMEOUT tests
;; Performing basic thread tests...
;;   Timing (sleep 0), run time should be close to zero seconds... 0.00 seconds
;;   Timing (sleep 10), run time should also be close to zero
seconds... 0.00 seconds
;;   Timing 100,000 (sleep 0)s... 0.09 seconds
;;   Timing 100,000 throwable (sleep 0)s... 0.10 seconds
;; Completed basic thread tests (20.76 seconds real time).
;; Performing nonrecursive lock contention tests...
;; Completed nonrecursive lock contention tests
;; Performing recursive lock contention tests...
;; Completed recursive lock contention tests
;; Performing nonrecursive-lock WITHOUT-LOCK-HELD contention tests...
;; Completed nonrecursive-lock WITHOUT-LOCK-HELD contention tests
;; Performing recursive-lock WITHOUT-LOCK-HELD contention tests...
;; Completed recursive-lock WITHOUT-LOCK-HELD contention tests
;; Performing condition-variable wait & signal tests...
;;    Also waiting on CV...
;;    Waiting on CV...
;;    Signaling CV...
;;    Also continuing on CV...
;;    Re-signaling CV...
;;    Continuing on CV...
;; Completed condition-variable wait & signal tests
;; Performing condition-variable wait & broadcast tests...


;;    Waiting on broadcast CV...
;;    Also waiting on broadcast CV...
;;    Signaling CV to all...
;;    Also continuing on broadcast CV...
;; Completed condition-variable wait & broadcast tests
;; Performing condition-variable-wait-with-timeout (non-timeout) tests...
;;    Continuing on broadcast CV...
;;    Also waiting-with-timeout on CV...
;;    Also waiting-with-timeout on CV...
;;    Waiting-with-timeout on CV...
;;    Signaling waiting-with-timeout CV...
;;    Continuing on waiting-with-timout CV...
;; Completed condition-variable wait-with-timeout (non-timeout) tests
;; Performing condition-variable wait-with-timeout (timeout) tests...
;;    Waiting-with-timeout (forever) on CV...
;;    Re-signaling waiting-with-timeout CV...
;;    Also continuing on waiting-with-timeout CV...
;; *************************************************************************
;; *** PORTABLE-THREADS:CONDITION-VARIABLE-WAIT-WITH-TIMEOUT did not
return nil on timeout
;; *************************************************************************
;;    Continuing without CV...
;; Completed condition-variable wait-with-timeout (timeout) tests
;; Performing hibernate/awaken thread tests...
;;   Hibernate ready signal received.
;;     Hibernating...
;;   Awakening thread...
;;     Awakened
;;     Waiting on proceed message...
;;   Awake signal received, signaling proceed.
;;   Waiting for rehibernate signal...
;;     Proceed signal received, signaling rehibernate.
;;     Rehibernating...
;;   Rehibernate ready signal received.
;;   Trying symbol-value-in-thread on hibernating thread...
;;   Re-awakening thread...
;;     Re-awakened
;;   Trying WITH-TIMEOUT on a hibernating thread...
;; Completed hibernate/awaken thread tests
;; Performing symbol-value-in-thread tests...
;;   Binding thread hibernating...
;;   Binding thread awakened.
;; Completed symbol-value-in-thread tests
;; Checking for unreclaimed threads...
;; Performing thread timing tests...
;;   Timing 10,000 spawn-threads... 0.18 seconds
;;   Timing 10,000 spawn and die threads... 0.18 seconds
;; Completed thread timing tests (0.65 seconds real time).
;; Performing condition-variable timing tests...
;;   Timing 10,000 condition-variable wait & signals... 0.03 seconds
;;   Completed condition-variable wait & signal timing test
;;      (0.02 seconds real time).
;;   Timing 10,000 condition-variable wait & broadcasts... 0.02 seconds
;;   Completed condition-variable wait & broadcast timing test
;;      (0.02 seconds real time).
;; Completed condition-variable timing tests
;; Completed portable threads tests (33.16 seconds real time).
;
; compilation unit finished
;   printed 1 note
--8<---------------cut here---------------start------------->8---

There is only one reported issue upstream, which is resolved
https://github.com/binghe/portable-threads/issues/2

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[0001-gnu-cl-portable-threads-Enable-tests.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#48593; Package guix-patches. (Sun, 23 May 2021 11:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 48593 <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: 48593 <at> debbugs.gnu.org
Subject: Re: [bug#48593] [PATCH]: gnu: cl-portable-threads: Enable tests
Date: Sun, 23 May 2021 11:46:12 +0000
[Message part 1 (text/plain, inline)]
Sharlatan Hellseher <sharlatanus <at> gmail.com> skribis:

> I've enabled test and build the package and it looks ok for me, I am
> not sure of the reason why it was disabled

I get an error when building ecl-portable-threads:

--8<---------------cut here---------------start------------->8---
;; Starting portable threads tests...
;; Performing basic lock tests...
;;   Timing 1,000,000 nonrecursive-lock acquisitions... 0.26 seconds
;;   Timing 1,000,000 recursive-lock acquisitions... 0.24 seconds
;;   Timing 1,000,000 condition-variable lock acquisitions... 0.28 seconds
;;   Timing 1,000,000 nested nonrecursive-lock acquisitions... 0.49 seconds
;;   Timing 1,000,000 nested recursive-lock acquisitions... 0.48 seconds
;;   Checking with a non-lock object...
;;   Testing recursive locking with a recursive lock...
;;   Checking recursive locking with a non-recursive lock...
;;   Testing WITH-LOCK-HELD returned values...
;;   Testing WITH/WITHOUT-LOCK-HELD forms and throws...
;; Completed basic lock tests (1.75 seconds real time).
;; Testing atomic-incf/decf...
;; Completed atomic-incf/decf test
;; Testing atomic-incf&/decf&...
;; Completed atomic-incf&/decf& test
;; Performing WITH-TIMEOUT tests...An error occurred during initialization:
Cannot interrupt the inactive process #<process WITH-TIMEOUT timer 0x7fffefce9880>.
--8<---------------cut here---------------end--------------->8---

Does it work on your machine?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#48593; Package guix-patches. (Sun, 23 May 2021 15:35:02 GMT) Full text and rfc822 format available.

Message #11 received at 48593 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 48593 <at> debbugs.gnu.org
Subject: Re: [bug#48593] [PATCH]: gnu: cl-portable-threads: Enable tests
Date: Sun, 23 May 2021 15:34:24 +0000
Hi Guillaume,

Yes it's my fault not to test ECL build as well, I can confirm it's
failed for ECL on my machine but SBCL is passed.
I've open an issue in upstream
https://github.com/binghe/portable-threads/issues/4

We probably can disable tests just for ECL implementation and keep SBCL one.

On Sun, 23 May 2021 at 11:46, Guillaume Le Vaillant <glv <at> posteo.net> wrote:
>
> Sharlatan Hellseher <sharlatanus <at> gmail.com> skribis:
>
> > I've enabled test and build the package and it looks ok for me, I am
> > not sure of the reason why it was disabled
>
> I get an error when building ecl-portable-threads:
>
> --8<---------------cut here---------------start------------->8---
> ;; Starting portable threads tests...
> ;; Performing basic lock tests...
> ;;   Timing 1,000,000 nonrecursive-lock acquisitions... 0.26 seconds
> ;;   Timing 1,000,000 recursive-lock acquisitions... 0.24 seconds
> ;;   Timing 1,000,000 condition-variable lock acquisitions... 0.28 seconds
> ;;   Timing 1,000,000 nested nonrecursive-lock acquisitions... 0.49 seconds
> ;;   Timing 1,000,000 nested recursive-lock acquisitions... 0.48 seconds
> ;;   Checking with a non-lock object...
> ;;   Testing recursive locking with a recursive lock...
> ;;   Checking recursive locking with a non-recursive lock...
> ;;   Testing WITH-LOCK-HELD returned values...
> ;;   Testing WITH/WITHOUT-LOCK-HELD forms and throws...
> ;; Completed basic lock tests (1.75 seconds real time).
> ;; Testing atomic-incf/decf...
> ;; Completed atomic-incf/decf test
> ;; Testing atomic-incf&/decf&...
> ;; Completed atomic-incf&/decf& test
> ;; Performing WITH-TIMEOUT tests...An error occurred during initialization:
> Cannot interrupt the inactive process #<process WITH-TIMEOUT timer 0x7fffefce9880>.
> --8<---------------cut here---------------end--------------->8---
>
> Does it work on your machine?



-- 

… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.




This bug report was last modified 2 years and 335 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.