public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "mcermak at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug runtime/31416] New: no previous prototype for ‘__stp_dfa0’
Date: Mon, 26 Feb 2024 13:54:50 +0000	[thread overview]
Message-ID: <bug-31416-6586@http.sourceware.org/bugzilla/> (raw)

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

            Bug ID: 31416
           Summary: no previous prototype for ‘__stp_dfa0’
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com
  Target Milestone: ---

The CI system points out a problem reproducible using two tests
(/tests/Regression/python-probing,
/tests/Regression/second-command-not-captured) on two distros (f38, f39):

:: [ 15:36:52 ] :: [  BEGIN   ] :: Running 'stap -v ./ruby-exercise.stp -c
./test.sh -o stap.log'
Pass 1: parsed user script and 495 library scripts using
142012virt/112264res/15872shr/95664data kb, in 140usr/30sys/173real ms.
Pass 2: analyzed script: 12 probes, 7 functions, 1 embed, 0 globals using
220376virt/122000res/21128shr/108300data kb, in 130usr/40sys/1970real ms.
WARNING: missing unwind/symbol data for module
'/var/ARTIFACTS/work-ci22m792h4/plans/ci/discover/default-0/tests/tests/Regression/second-command-not-captured/test.sh'
Pass 3: translated to C into
"/tmp/stapZAPbYM/stap_70f3353a5dfd904e4d8066c530b1ad80_15506_src.c" using
220396virt/122704res/21692shr/108320data kb, in 100usr/210sys/314real ms.
/tmp/stapZAPbYM/stap_70f3353a5dfd904e4d8066c530b1ad80_15506_src.c:593:5: error:
no previous prototype for ‘__stp_dfa0’ [-Werror=missing-prototypes]
  593 | int __stp_dfa0 (struct context * __restrict__ c, const char *str) {
      |     ^~~~~~~~~~
/tmp/stapZAPbYM/stap_70f3353a5dfd904e4d8066c530b1ad80_15506_src.c:1917:5:
error: no previous prototype for ‘__stp_dfa1’ [-Werror=missing-prototypes]
 1917 | int __stp_dfa1 (struct context * __restrict__ c, const char *str) {
      |     ^~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [scripts/Makefile.build:243:
/tmp/stapZAPbYM/stap_70f3353a5dfd904e4d8066c530b1ad80_15506_src.o] Error 1
make: *** [Makefile:1929: /tmp/stapZAPbYM] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_70f3353a5dfd904e4d8066c530b1ad80_15506.ko" in
29460usr/5030sys/18748real ms.
Pass 4: compilation failed.  [man error::pass4]
Kernel version 6.7.4 is outside tested range 2.6.32 ... 6.6-rc1
:: [ 15:37:14 ] :: [   FAIL   ] :: Command 'stap -v ./ruby-exercise.stp -c
./test.sh -o stap.log' (Expected 0, got 1)



:: [ 15:36:32 ] :: [  BEGIN   ] :: Testing with list.stp :: actually running
'stap list.stp -v -c "python3 test.py" > list'
Pass 1: parsed user script and 495 library scripts using
142004virt/112352res/15872shr/95656data kb, in 150usr/30sys/174real ms.
Pass 2: analyzed script: 4 probes, 10 functions, 2 embeds, 2 globals using
144388virt/117204res/18292shr/98040data kb, in 10usr/0sys/13real ms.
Pass 3: translated to C into
"/tmp/stapa1Od0x/stap_e1032ac72f212a8f75a968f89bf03e58_7470_src.c" using
145544virt/118728res/18704shr/99196data kb, in 90usr/220sys/315real ms.
/tmp/stapa1Od0x/stap_e1032ac72f212a8f75a968f89bf03e58_7470_src.c:498:5: error:
no previous prototype for ‘__stp_dfa0’ [-Werror=missing-prototypes]
  498 | int __stp_dfa0 (struct context * __restrict__ c, const char *str) {
      |     ^~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [scripts/Makefile.build:243:
/tmp/stapa1Od0x/stap_e1032ac72f212a8f75a968f89bf03e58_7470_src.o] Error 1
make: *** [Makefile:1929: /tmp/stapa1Od0x] Error 2
WARNING: kbuild exited with status: 2
Pass 4: compiled C into "stap_e1032ac72f212a8f75a968f89bf03e58_7470.ko" in
29400usr/4910sys/18572real ms.
Pass 4: compilation failed.  [man error::pass4]
Kernel version 6.7.4 is outside tested range 2.6.32 ... 6.6-rc1
:: [ 15:36:51 ] :: [   FAIL   ] :: Testing with list.stp (Expected 0, got 1)


CI system link (expected to expire):
https://artifacts.dev.testing-farm.io/3682269a-3d5e-4a93-be80-1062bde45033/

-- 
You are receiving this mail because:
You are the assignee for the bug.

             reply	other threads:[~2024-02-26 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-26 13:54 mcermak at redhat dot com [this message]
2024-02-26 13:59 ` [Bug runtime/31416] " mcermak at redhat dot com
2024-02-26 14:31 ` fche at redhat dot com
2024-02-26 14:38 ` mcermak at redhat dot com
2024-03-11  8:04 ` mcermak at redhat dot com

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=bug-31416-6586@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.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.
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).