Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835016 - net-vpn/tor-0.4.6.10 fails test - make[1]: [Makefile:<snip>: shellcheck] Error 1
Summary: net-vpn/tor-0.4.6.10 fails test - make[1]: [Makefile:<snip>: shellcheck] Error 1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: John Helmert III
URL:
Whiteboard:
Keywords: TESTFAILURE
: 725668 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-03-12 21:33 UTC by Toralf Förster
Modified: 2023-06-11 23:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.05 KB, text/plain)
2022-03-12 21:33 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,65.36 KB, application/x-bzip)
2022-03-12 21:33 UTC, Toralf Förster
Details
environment (environment,117.76 KB, text/plain)
2022-03-12 21:33 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,43.67 KB, application/x-bzip)
2022-03-12 21:33 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,64.16 KB, application/x-bzip)
2022-03-12 21:33 UTC, Toralf Förster
Details
net-vpn:tor-0.4.6.10:20220312-202144.log.bz2 (net-vpn:tor-0.4.6.10:20220312-202144.log.bz2,28.04 KB, application/x-bzip)
2022-03-12 21:33 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,54.60 KB, application/x-bzip)
2022-03-12 21:33 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-03-12 21:33:19 UTC
export LSAN_OPTIONS=suppressions="${abs_top_srcdir:-../../..}"/src/test/rust_supp.txt

For more information:
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
make[1]: *** [Makefile:24755: shellcheck] Error 1
make[1]: *** Waiting for unfinished jobs....
PASS: src/test/test_workqueue

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4_test-20220307-094637

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
clang version 13.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.59.0
  [2]   rust-1.59.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4 *
  [2]   php8.0
  [3]   php8.1

  HEAD of ::gentoo
commit b73231489bacd4010fa49783973ce491f9f4747f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Mar 12 19:34:59 2022 +0000

    2022-03-12 19:34:55 UTC

emerge -qpvO net-vpn/tor
[ebuild  N    ] net-vpn/tor-0.4.6.10  USE="man seccomp server systemd test -caps -doc -lzma -scrypt (-selinux) -tor-hardening -verify-sig -zstd"
Comment 1 Toralf Förster gentoo-dev 2022-03-12 21:33:21 UTC
Created attachment 766886 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-03-12 21:33:24 UTC
Created attachment 766887 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-03-12 21:33:25 UTC
Created attachment 766888 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-03-12 21:33:26 UTC
Created attachment 766889 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-03-12 21:33:30 UTC
Created attachment 766890 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-03-12 21:33:31 UTC
Created attachment 766891 [details]
net-vpn:tor-0.4.6.10:20220312-202144.log.bz2
Comment 7 Toralf Förster gentoo-dev 2022-03-12 21:33:34 UTC
Created attachment 766892 [details]
temp.tar.bz2
Comment 8 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-04-13 21:01:12 UTC
*** Bug 725668 has been marked as a duplicate of this bug. ***
Comment 9 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-06-11 23:11:15 UTC
In /var/tmp/portage/net-vpn/tor-0.4.6.10/work/tor-0.4.6.10/src/test/test_rust.sh line 6:
export LSAN_OPTIONS=suppressions=${abs_top_srcdir:-../../..}/src/test/rust_supp.txt
                                 ^-------------------------^ SC2086 (info): Double quote to prevent globbing and word splitting.

Did you mean:
export LSAN_OPTIONS=suppressions="${abs_top_srcdir:-../../..}"/src/test/rust_supp.txt

This particular file is gone now that Rust support is removed from Tor proper:

commit ae9042abbfbd9b854fe46138e62cc0b3f6696b68
Author: David Goulet <dgoulet@torproject.org>
Date:   Tue Sep 14 11:03:00 2021 -0400

    rust: Remove Rust support from tree

    Closes #40469

    Signed-off-by: David Goulet <dgoulet@torproject.org>

Fixed with 0.4.7.2.