From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2EA853858C35; Wed, 6 Dec 2023 20:48:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EA853858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701895687; bh=kL6575uRV7tjC5vSYM25l/36Hgm6MrCCF5/kZKb0Dsg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QojIImmgYm4g1Tf4zUg+2Y6ZWNpO7/Ay1MK+hfNeXIV2IsoDBLlrI/1X6zEozHX3s PeMgvbXntNnC5PpcLLW1MrYwvTEVmcu4SyFB4R0RlxkWTJ2vMzceduCvnOkxOdMUQ2 KCbU3sNauo8DzgshV9VVHrZt+bKgE2k2GWDRYDWI= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/19770] on f23 and rawhide, the cast-scope.exp test case has failures Date: Wed, 06 Dec 2023 20:48:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen 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: cc Message-ID: In-Reply-To: References: 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=3D19770 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- On x86_64 Fedora 39 stap is able to translate cast-scope.stp, but some of t= he tests still FAIL: Running /usr/share/systemtap/testsuite/systemtap.base/cast-scope.exp ... Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -lm -o cast-scope-m64.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -lm -o cast-scope-m64.exe PASS: cast-scope-m64 compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64.exe PASS: cast-scope-m64 executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64.exe --runtime=3Ddyninst PASS: cast-scope-m64-dyninst Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -lm -o cast-scope-m32.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -lm -o cast-scope-m32.exe PASS: cast-scope-m32 compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32.exe FAIL: cast-scope-m32 line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "function direct: ERROR" "function cast: ERROR" "mark cast: ERROR" "statement direct: ERROR" "statement cast: ERROR" executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32.exe --runtime=3Ddyninst KFAIL: cast-scope-m32-dyninst (PRMS: 14490) line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "--FATAL-- #68: Dyninst was unable to create the specified process" "--FATAL-- #68: create process failed bootstrap" "stapdyn: ERROR: Couldn't create the target process" "WARNING: /usr/bin/stapdyn exited with status: 1" "Pass 5: run failed. [man error::pass5]" Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O -lm -o cast-scope-m64-O.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O -lm -o cast-scope-m64-O.exe PASS: cast-scope-m64-O compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64-O.exe PASS: cast-scope-m64-O executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64-O.exe --runtime=3Ddyninst PASS: cast-scope-m64-O-dyninst Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O -lm -o cast-scope-m32-O.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O -lm -o cast-scope-m32-O.exe PASS: cast-scope-m32-O compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32-O.exe FAIL: cast-scope-m32-O line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "ERROR: read fault [man error::fault] at 0x4 near identifier '$str' at /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp:6:59" "WARNING: Number of errors: 1, skipped probes: 0" "WARNING: /usr/bin/staprun exited with status: 1" "Pass 5: run failed. [man error::pass5]" executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32-O.exe --runtime=3Ddyninst KFAIL: cast-scope-m32-O-dyninst (PRMS: 14490) line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "--FATAL-- #68: Dyninst was unable to create the specified process" "--FATAL-- #68: create process failed bootstrap" "stapdyn: ERROR: Couldn't create the target process" "WARNING: /usr/bin/stapdyn exited with status: 1" "Pass 5: run failed. [man error::pass5]" Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O2 -lm = -o cast-scope-m64-O2.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O2 -lm -o cast-scope-m64-O2.exe PASS: cast-scope-m64-O2 compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64-O2.exe PASS: cast-scope-m64-O2 executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m64-O2.exe --runtime=3Ddyninst PASS: cast-scope-m64-O2-dyninst Executing on host: g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O2 -lm = -o cast-scope-m32-O2.exe (timeout =3D 300) spawn -ignore SIGHUP g++ /usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g -isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O2 -lm -o cast-scope-m32-O2.exe PASS: cast-scope-m32-O2 compile executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32-O2.exe FAIL: cast-scope-m32-O2 line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "ERROR: read fault [man error::fault] at 0x4 near identifier '$str' at /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp:6:59" "WARNING: Number of errors: 1, skipped probes: 0" "WARNING: /usr/bin/staprun exited with status: 1" "Pass 5: run failed. [man error::pass5]" executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.st= p -c ./cast-scope-m32-O2.exe --runtime=3Ddyninst KFAIL: cast-scope-m32-O2-dyninst (PRMS: 14490) line 1: expected "function direct: {._str=3D"Hello World!", ._l=3D12}" Got "--FATAL-- #68: Dyninst was unable to create the specified process" "--FATAL-- #68: create process failed bootstrap" "stapdyn: ERROR: Couldn't create the target process" "WARNING: /usr/bin/stapdyn exited with status: 1" "Pass 5: run failed. [man error::pass5]" testcase /usr/share/systemtap/testsuite/systemtap.base/cast-scope.exp compl= eted in 53 seconds --=20 You are receiving this mail because: You are the assignee for the bug.=