Your message dated Mon, 24 Feb 2020 07:07:46 +0000
with message-id <e1j67qf-0002qg...@fasolo.debian.org>
and subject line Bug#952168: fixed in direnv 2.21.2-1
has caused the Debian Bug report #952168,
regarding direnv: FTBFS: dh_auto_test: error: make -j1 test returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
952168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952168
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: direnv
Version: 2.20.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> shellcheck stdlib.sh
> cd "/<<PKGBUILDDIR>>/.gopath/src/github.com/direnv/direnv" && go test -v ./...
> === RUN   TestEnvDiff
> --- PASS: TestEnvDiff (0.00s)
> === RUN   TestEnvDiffEmptyValue
> --- PASS: TestEnvDiffEmptyValue (0.00s)
> === RUN   TestIgnoredEnv
> --- PASS: TestIgnoredEnv (0.00s)
> === RUN   TestEnv
> --- PASS: TestEnv (0.00s)
> === RUN   TestUpdate
> --- PASS: TestUpdate (0.00s)
> === RUN   TestFTJsons
> --- PASS: TestFTJsons (0.00s)
> === RUN   TestRoundTrip
> --- PASS: TestRoundTrip (0.00s)
> === RUN   TestCanonicalAdds
> --- PASS: TestCanonicalAdds (0.00s)
> === RUN   TestCheckPasses
> --- PASS: TestCheckPasses (0.00s)
> === RUN   TestCheckStale
> --- PASS: TestCheckStale (0.00s)
> === RUN   TestCheckAppeared
> --- PASS: TestCheckAppeared (0.00s)
> === RUN   TestCheckGone
> --- PASS: TestCheckGone (0.00s)
> === RUN   TestSomething
> --- PASS: TestSomething (0.00s)
> === RUN   TestRootDir
> --- PASS: TestRootDir (0.00s)
> === RUN   TestBashEscape
> --- PASS: TestBashEscape (0.00s)
> === RUN   TestShellDetection
> --- PASS: TestShellDetection (0.00s)
> PASS
> ok    github.com/direnv/direnv        0.003s
> ?     github.com/direnv/direnv/gzenv  [no test files]
> ?     github.com/direnv/direnv/script [no test files]
> [ $(go fmt | tee /dev/stderr | wc -l) = 0 ]
> bash ./test/direnv-test.bash
> direnv: loading .envrc
> ## Testing base ##
> Setting up
> direnv: loading .envrc
> direnv: export +HELLO
> Reloading (should be no-op)
> Updating envrc and reloading (should reload)
> direnv: loading .envrc
> direnv: export +HELLO
> Leaving dir (should clear env set by dir's envrc)
> direnv: loading ../.envrc
> 
> ## Testing inherit ##
> direnv: loading .envrc
> direnv: loading ../inherited/.envrc
> world
> direnv: export +HELLO
> HELLO should be world: world
> direnv: loading .envrc
> direnv: loading ../inherited/.envrc
> goodbye
> direnv: export +HELLO
> direnv: loading .envrc
> ## Testing ruby-layout ##
> direnv: loading .envrc
> direnv: export +BUNDLE_BIN +GEM_HOME ~PATH
> direnv: loading .envrc
> ## Testing space dir ##
> direnv: loading .envrc
> direnv: export +SPACE_DIR ~PATH
> direnv: loading .envrc
> ## Testing child-env ##
> direnv: loading .envrc
> direnv: export +CHILD +PARENT_POST +PARENT_PRE
> direnv: loading .envrc
> ## Testing special-vars ##
> direnv: error .envrc is blocked. Run `direnv allow` to approve its 
> content.
> direnv: error .envrc is blocked. Run `direnv allow` to approve its 
> content.
> ## Testing dump ##
> direnv: loading .envrc
> direnv: export +LESSOPEN +LS_COLORS +THREE_BACKSLASHES
> direnv: error .envrc is blocked. Run `direnv allow` to approve its 
> content.
> ## Testing empty-var ##
> direnv: loading .envrc
> direnv: export +FOO
> direnv: error .envrc is blocked. Run `direnv allow` to approve its 
> content.
> ## Testing empty-var-unset ##
> direnv: loading .envrc
> direnv: export -FOO
> direnv: error .envrc is blocked. Run `direnv allow` to approve its 
> content.
> ## Testing in-envrc ##
> direnv: loading ../../.envrc
> ## Testing missing-file-source-env ##
> direnv: loading .envrc
> direnv: referenced /tmp/4595.dwKbkxel/.envrc does not exist
> direnv: loading .envrc
> ## Testing symlink-changed ##
> direnv: loading .envrc
> direnv: export +STATE
> direnv: loading .envrc
> direnv: export +STATE
> direnv: loading .envrc
> elvish ./test/direnv-test.elv
> warning: cannot create data directory ~/.elvish
> direnv: loading .envrc
> 
> ## Testing base ##
> Setting up
> direnv: loading .envrc
> direnv: export +HELLO
> Reloading (should be no-op)
> Updating envrc and reloading (should reload)
> direnv: loading .envrc
> direnv: export +HELLO
> Leaving dir (should clear env set by dir's envrc)
> direnv: loading ../.envrc
> Exception: FAILED: 'world' == ''
> Traceback:
>   /<<PKGBUILDDIR>>/test/direnv-test.elv, line 43:
>               fail "FAILED: '"$a"' == '"$b"'"
>   /<<PKGBUILDDIR>>/test/direnv-test.elv, line 42-44:
>       if (!=s $a $b) {
>                 fail "FAILED: '"$a"' == '"$b"'"
>         }
>   /<<PKGBUILDDIR>>/test/direnv-test.elv, line 98:
>       test-eq $E:HELLO ""
>   /<<PKGBUILDDIR>>/test/direnv-test.elv, line 60:
>       $fct
>   /<<PKGBUILDDIR>>/test/direnv-test.elv, line 77-99:
>     test-scenario base {
>         echo "Setting up"
>         direnv-eval
>         test-eq $E:HELLO "world"
>     
>         E:WATCHES=$E:DIRENV_WATCHES
>     
>         echo "Reloading (should be no-op)"
>         direnv-eval
>         test-eq $E:WATCHES $E:DIRENV_WATCHES
>     
>         sleep 1
>     
>         echo "Updating envrc and reloading (should reload)"
>         touch .envrc
>         direnv-eval
>         test-neq $E:WATCHES $E:DIRENV_WATCHES
>     
>         echo "Leaving dir (should clear env set by dir's envrc)"
>         cd ..
>         direnv-eval
>         test-eq $E:HELLO ""
>     }
> make[2]: *** [GNUmakefile:140: test-elvish] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j1 test returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/direnv_2.20.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: direnv
Source-Version: 2.21.2-1
Done: Punit Agrawal <pu...@debian.org>

We believe that the bug you reported is fixed in the latest version of
direnv, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Punit Agrawal <pu...@debian.org> (supplier of updated direnv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 24 Feb 2020 15:38:17 +0900
Source: direnv
Architecture: source
Version: 2.21.2-1
Distribution: unstable
Urgency: medium
Maintainer: Punit Agrawal <pu...@debian.org>
Changed-By: Punit Agrawal <pu...@debian.org>
Closes: 952168
Changes:
 direnv (2.21.2-1) unstable; urgency=medium
 .
   * New upstream version 2.21.2
   * Drop setting GOPATH during package build
   * Enable verbose output during build
   * Fix shellcheck warnings
   * Disable golangci-lint for package builds
   * Fix elvish test failures (Closes: #952168)
   * Update Standards-Version to 4.5.0
   * Set HOME during testing
Checksums-Sha1:
 75049fddd0ea86197b5e002d7ce2a85f5c726e63 1872 direnv_2.21.2-1.dsc
 8a9fa41269cbf3582ac89fb3e5b34ba17f470f3c 94285 direnv_2.21.2.orig.tar.gz
 7cb8748ffaab16f01952b4f72d546921ec86255a 5464 direnv_2.21.2-1.debian.tar.xz
 bd07786fcdfb9bc983dbe7337a5cdd85a614145e 7319 direnv_2.21.2-1_amd64.buildinfo
Checksums-Sha256:
 163c495bb630c3e7b79af8cc720aa4c975f961c3db2130272b1eba0e7ed585a3 1872 
direnv_2.21.2-1.dsc
 ce5551b09f71fe26111bbf94a09cfdbce14794ec9a723015b67efea804986d68 94285 
direnv_2.21.2.orig.tar.gz
 d200b266e3b19427f40069640813c863a4d80a0801561eba1809e25c68c56b42 5464 
direnv_2.21.2-1.debian.tar.xz
 b10b66d45b7632c80608b4bfd18cb1ab04b3fce360dfcdeda56b3f332afa29de 7319 
direnv_2.21.2-1_amd64.buildinfo
Files:
 750d1f8ba0ff476b2c679e9002ecbb24 1872 utils optional direnv_2.21.2-1.dsc
 a09e2fd6d15efd9668cfd54ae5efa890 94285 utils optional direnv_2.21.2.orig.tar.gz
 bc98b7227f9e294bcb5976e07229e94e 5464 utils optional 
direnv_2.21.2-1.debian.tar.xz
 02e633a588a8028c862f413c1b9ecc57 7319 utils optional 
direnv_2.21.2-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEvZ5M7BP8NElWggdO9Tkv0hP7/t0FAl5TcGERHHB1bml0QGRl
Ymlhbi5vcmcACgkQ9Tkv0hP7/t0OKg/6AylBhWdhE7scqhX+jXXkVy7j1buMr2ij
AJWuvtRSMWDCP3skj02UXRyjsTBeWTwzCa8Fg7noyz319sTtBMLtz2Ki2IetZgeJ
ueExbDNn1C7w2j4QSTc4v8mwv+zdSmnpnV7cR5OWZkZiq4Rlk1yTzW+ge6m7JK87
KzZjAH3rgBBmpC8tyooFt1s5Riq/DOG19EKV++g3PxmCd56JaGPobwgWhhRH4avq
/lugQgZsFHwV2Q4hsbrNTmRN4WBigG71SZi/PrSSCtGanbVQXtYz9/FzgrBQFCdA
AebvsT5J7qlbiBLnfNvvUJMMwHJfb/dlZ6Kk2lY3M4wQphC6iQfeV6N9Eoada/4w
h3P7MCAvU/LbjtR7Qt//McaIsBUepkh/jtipUMSt3zwokF0sjl19J1zx2+hSDPpD
B+rpJf1tBf3CrPQQEwq4kojzDnZ5KECr2a1cmZRIaa3+nRIhEXFTmYCyMPlZoM39
eitnvoZiHK97vAgsEquZy9OjzjioAJVLhTFdejEvOWLUJlIhkms8i9rd1AfVPSTV
IpGltlwdsY2Cpg7Oa+rSmDzHli9yDFSVRsz5Ka8urqp6FS3NRSZVdg1tsluJ2TbO
S8XFVP3otNRY8ZHXKIl5/FjK/CvC5aC3qgwscrdR6w2YYHOrsiC5z0EKA0Ekw/Z9
93CBAyp8WKQ=
=cHsB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to