From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BDC13858C54; Mon, 26 Feb 2024 13:54:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BDC13858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708955692; bh=KSiYrwYIKAFw5XbpdPf9Q7PyHWN0yoZ0T9dsW8atZkY=; h=From:To:Subject:Date:From; b=CAqTkAAL/dGZU0sXtecbb6rC17OyG2ANDCNxu0WMJOegUJ0brPILCjxHdAld38KuX ZABgb/5zmDaHJY3dhv9LshIS1uOGa9lRfuQ/jt/qSjveDAQQ59D++ouOzoeF/z0rSy /Sxs0haGiLqg+K1hXHMHN9/Q/j2PxZVHQnRodYAw= From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMxNDE2XSBOZXc6IG5vIHByZXZpb3VzIHBy?= =?UTF-8?B?b3RvdHlwZSBmb3Ig4oCYX19zdHBfZGZhMOKAmQ==?= Date: Mon, 26 Feb 2024 13:54:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31416 Bug ID: 31416 Summary: no previous prototype for =E2=80=98__stp_dfa0=E2=80=99 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/Reg= ression/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: er= ror: no previous prototype for =E2=80=98__stp_dfa0=E2=80=99 [-Werror=3Dmissing-p= rototypes] 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 =E2=80=98__stp_dfa1=E2=80=99 [-Werror=3Dmi= ssing-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: err= or: no previous prototype for =E2=80=98__stp_dfa0=E2=80=99 [-Werror=3Dmissing-p= rototypes] 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/ --=20 You are receiving this mail because: You are the assignee for the bug.=