public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186
@ 2021-11-11 12:01 mliska at suse dot cz
  2021-11-11 13:24 ` [Bug debuginfod/28583] " mark at klomp dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mliska at suse dot cz @ 2021-11-11 12:01 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28583

            Bug ID: 28583
           Summary: FAIL run-debuginfod-response-headers.sh (exit status:
                    1) with 0.186
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: mliska at suse dot cz
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

Created attachment 13775
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13775&action=edit
Build log

The test fails on s390x, I'm attaching build log.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186
  2021-11-11 12:01 [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186 mliska at suse dot cz
@ 2021-11-11 13:24 ` mark at klomp dot org
  2021-11-11 14:50 ` mliska at suse dot cz
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mark at klomp dot org @ 2021-11-11 13:24 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28583

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
I don't know why yet, but the problem is:

[ 1937s] + kill -USR1 21045
[ 1937s] + wait_ready 9500 'thread_work_total{role="traverse"}' 2
[ 1937s] + port=9500
[ 1937s] + what='thread_work_total{role="traverse"}'
[ 1937s] + value=2
[ 1937s] + timeout=20
[ 1937s] + echo 'Wait 20 seconds on 9500 for metric
thread_work_total{role="traverse"} to change to 2'
[ 1937s] Wait 20 seconds on 9500 for metric thread_work_total{role="traverse"}
to change to 2
[ 1937s] + '[' 20 -gt 0 ']'
[ 1937s] ++ curl -s http://127.0.0.1:9500/metrics
[ 1937s] ++ awk '{print $NF}'
[ 1937s] ++ grep 'thread_work_total{role="traverse"}'
[ 1937s] + mvalue=3
[ 1937s] + '[' -z 3 ']'
[ 1937s] + echo 'metric thread_work_total{role="traverse"}: 3'
[ 1937s] metric thread_work_total{role="traverse"}: 3
[...]
[ 1937s] + echo 'metric thread_work_total{role="traverse"}: 3'
[ 1937s] metric thread_work_total{role="traverse"}: 3
[ 1937s] + '[' 3 -eq 2 ']'
[ 1937s] + sleep 0.5
[ 1937s] + (( timeout-- ))
[ 1937s] + '[' 0 -gt 0 ']'
[ 1937s] + '[' 0 -eq 0 ']'
[ 1937s] + echo 'metric thread_work_total{role="traverse"} never changed to 2
on port 9500'
[ 1937s] metric thread_work_total{role="traverse"} never changed to 2 on port
9500
[ 1937s] + err
[ 1937s] + trap - ERR
[ 1937s] + echo ERROR REPORTS

We are testing whether the SIGUSR1 signal triggers a new  scan. And so we are
waiting for 'thread_work_total{role="traverse"}' to change to 2, but it is
already 3... ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186
  2021-11-11 12:01 [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186 mliska at suse dot cz
  2021-11-11 13:24 ` [Bug debuginfod/28583] " mark at klomp dot org
@ 2021-11-11 14:50 ` mliska at suse dot cz
  2022-04-24 18:56 ` mark at klomp dot org
  2022-04-25  7:36 ` mliska at suse dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: mliska at suse dot cz @ 2021-11-11 14:50 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28583

--- Comment #2 from Martin Liska <mliska at suse dot cz> ---
Hmm, I restarted the build and now it succeeded.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186
  2021-11-11 12:01 [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186 mliska at suse dot cz
  2021-11-11 13:24 ` [Bug debuginfod/28583] " mark at klomp dot org
  2021-11-11 14:50 ` mliska at suse dot cz
@ 2022-04-24 18:56 ` mark at klomp dot org
  2022-04-25  7:36 ` mliska at suse dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: mark at klomp dot org @ 2022-04-24 18:56 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28583

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
(In reply to Martin Liska from comment #2)
> Hmm, I restarted the build and now it succeeded.

Is this still an issue?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186
  2021-11-11 12:01 [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186 mliska at suse dot cz
                   ` (2 preceding siblings ...)
  2022-04-24 18:56 ` mark at klomp dot org
@ 2022-04-25  7:36 ` mliska at suse dot cz
  3 siblings, 0 replies; 5+ messages in thread
From: mliska at suse dot cz @ 2022-04-25  7:36 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28583

Martin Liska <mliska at suse dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #4 from Martin Liska <mliska at suse dot cz> ---
Works for me now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-25  7:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11 12:01 [Bug debuginfod/28583] New: FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186 mliska at suse dot cz
2021-11-11 13:24 ` [Bug debuginfod/28583] " mark at klomp dot org
2021-11-11 14:50 ` mliska at suse dot cz
2022-04-24 18:56 ` mark at klomp dot org
2022-04-25  7:36 ` mliska at suse dot cz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).