Your message dated Sun, 21 Feb 2021 03:33:31 +0000
with message-id <e1ldfux-0001eb...@fasolo.debian.org>
and subject line Bug#982709: fixed in direnv 2.25.2-2
has caused the Debian Bug report #982709,
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.)
--
982709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982709
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: direnv
Version: 2.25.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210213 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
> ./test/stdlib.bash
> --- find_up
> --- source_up
> direnv: loading /<<PKGBUILDDIR>>/test/.envrc
> --- direnv_apply_dump
> --- PATH_rm
> --- path_rm
> --- expand_path
> --- semver_search
> --- use_julia
> --- source_env_if_exists
> direnv: loading existing_file
> OK (5 tests)
> OK
> 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.005s
> ? github.com/direnv/direnv/gzenv [no test files]
> ? github.com/direnv/direnv/script [no test files]
> ? github.com/direnv/direnv/script/issue-command [no test files]
> ? github.com/direnv/direnv/script/release-changelog [no test files]
> === RUN TestSRIHasher
> --- PASS: TestSRIHasher (0.00s)
> PASS
> ok github.com/direnv/direnv/sri 0.009s
> ? github.com/direnv/direnv/xdg [no test files]
> bash ./test/direnv-test.bash
> direnv: loading /<<PKGBUILDDIR>>/test/.envrc
> ## Testing base ##
> Setting up
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/base/.envrc
> direnv: export +HELLO
> Reloading (should be no-op)
> Updating envrc and reloading (should reload)
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/base/.envrc
> direnv: export +HELLO
> Leaving dir (should clear env set by dir's envrc)
> direnv: loading /<<PKGBUILDDIR>>/test/.envrc
>
> direnv: unloading
> ## Testing inherit ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/inherit/.envrc
> direnv: loading ../inherited/.envrc
> world
> direnv: export +HELLO
> HELLO should be world: world
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/inherit/.envrc
> direnv: loading ../inherited/.envrc
> goodbye
> direnv: export +HELLO
> direnv: unloading
> ## Testing ruby-layout ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/ruby-layout/.envrc
> direnv: export +BUNDLE_BIN +GEM_HOME ~PATH
> direnv: unloading
> ## Testing space dir ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/space dir/.envrc
> direnv: export +SPACE_DIR ~PATH
> direnv: unloading
> ## Testing child-env ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/child-env/.envrc
> direnv: export +CHILD +PARENT_POST +PARENT_PRE
> direnv: unloading
> ## Testing special-vars ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/special-vars/.envrc
> direnv: unloading
> ## Testing dump ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/dump/.envrc
> to stdout
> to stderr
> direnv: direnv_load would previously hang if DIRENV_DUMP_FILE_PATH was not
> opened.
> direnv: Expect the following to emit an error (which we suppress).
> direnv: As long as it doesn't hang, we're okay.
> tput: No value for $TERM and no -T specified
> tput: No value for $TERM and no -T specified
> direnv: Environment not dumped; did you invoke 'direnv dump'?
> direnv: export +LESSOPEN +LS_COLORS +THREE_BACKSLASHES
> direnv: unloading
> ## Testing empty-var ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/empty-var/.envrc
> direnv: export +FOO
> direnv: unloading
> ## Testing empty-var-unset ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/empty-var-unset/.envrc
> direnv: export -FOO
> direnv: unloading
> ## Testing in-envrc ##
> direnv: loading /<<PKGBUILDDIR>>/test/.envrc
> direnv: unloading
> ## Testing missing-file-source-env ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/missing-file-source-env/.envrc
> direnv: referenced /tmp/8109.rTyEJgcC/.envrc does not exist
> direnv: unloading
> ## Testing symlink-changed ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/symlink-changed/.envrc
> direnv: export +STATE
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/symlink-changed/.envrc
> direnv: export +STATE
> direnv: unloading
> ## Testing utf-8 ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/utf-8/.envrc
> direnv: export +UTFSTUFF
> direnv: unloading
> ## Testing failure ##
> direnv: loading /<<PKGBUILDDIR>>/test/scenarios/failure/.envrc
> direnv: unloading
> elvish ./test/direnv-test.elv
> deprecation: [31;1mthe "path-dir" command is deprecated; use "path:dir"
> instead[m
> /<<PKGBUILDDIR>>/test/direnv-test.elv, line 3: E:TEST_DIR =
> ([1;4mpath-dir[m (src)[path])
> deprecation: [31;1mthe "path-dir" command is deprecated; use "path:dir"
> instead[m
> /<<PKGBUILDDIR>>/test/direnv-test.elv, line 6: E:PATH = ([1;4mpath-dir[m
> $E:TEST_DIR):$E:PATH
> deprecation: [31;1musing the syntax of temporary assignment for
> non-temporary assignment is deprecated; use "var" or "set" instead[m
> /<<PKGBUILDDIR>>/test/direnv-test.elv, line 83:
> [1;4mE:WATCHES=$E:DIRENV_WATCHES[m
> Exception: [31;1mno such key: path[m
> /<<PKGBUILDDIR>>/test/direnv-test.elv, line 3: E:TEST_DIR = (path-dir
> [1;4m(src)[path][m)
> 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/2021/02/13/direnv_2.25.2-1_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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.
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.25.2-2
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 982...@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: Sun, 21 Feb 2021 12:11:48 +0900
Source: direnv
Architecture: source
Version: 2.25.2-2
Distribution: unstable
Urgency: medium
Maintainer: Punit Agrawal <pu...@debian.org>
Changed-By: Punit Agrawal <pu...@debian.org>
Closes: 982709
Changes:
direnv (2.25.2-2) unstable; urgency=medium
.
* Update elvish tests (Closes: #982709)
Checksums-Sha1:
b45c53368afb7cb9e5097a33902cdfb654ca37aa 1878 direnv_2.25.2-2.dsc
23d809b51baf6c8de0e6fbdddff7efade8b3dc18 4648 direnv_2.25.2-2.debian.tar.xz
b785ffe399109b9ee19fdd6c519e364965f19e62 7271 direnv_2.25.2-2_amd64.buildinfo
Checksums-Sha256:
cc4d2fa868cf99aac0bec0ef352b23f2701558093b568ac7a4ee6fbdab17ebed 1878
direnv_2.25.2-2.dsc
5413745fef7c79217be4a9cbca812f6f3ed0d2a09be6e39f37d7bb25d5670ea4 4648
direnv_2.25.2-2.debian.tar.xz
ea7cac204fd8dce3a33c3dcc804ad59600c8a79682504108b5c563131da82cb1 7271
direnv_2.25.2-2_amd64.buildinfo
Files:
858dc58be257725da5836402fe2a71ee 1878 utils optional direnv_2.25.2-2.dsc
ab2910cad3327f8cf467dc4008bbb4bd 4648 utils optional
direnv_2.25.2-2.debian.tar.xz
91ccaa3654405063b9c36ce679dc5e2f 7271 utils optional
direnv_2.25.2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEvZ5M7BP8NElWggdO9Tkv0hP7/t0FAmAx0KMRHHB1bml0QGRl
Ymlhbi5vcmcACgkQ9Tkv0hP7/t09ZQ/9Eo0+YTY9HLbp1jcEFz9Av3z0pFO9iJaP
U4TrkBRGFhRfMR0phMLOrrYo175nzw5m8Iuj3386DfJX2yxo16Md62aOijfBO30V
5rAwYoU6hUuwMOGhd0Txn1r416XH5MxhQSiCAKHVHlubQquAHk7FjmR8RDs/DQ7d
g72Adw7Cy2EhAEXI2Rn5riWeTiqYgyd3PJ4wrs0wBVFOCYglj+EvLaQwTLEIBAO8
KkhHMfX+4XmEMdmy63zvhSU9G5vO2qRvtI8O23Ot0UQzGgVR5Mbj7IYSRXZObjoZ
1dVbFtIhyr2ibUJ+AICfxKVz6Ma5kTI9OTWnAMki40burKjhsa3M9nWPCSxwEWya
ZLfXlw///X3TU/A+z1JihmQjvQOWEkHbAqZ9UilqkGRY1+vaORUzt7DuNMGMgI1a
HddcCeNywFQd/dV4wnvFe96hJB5/jZvPJCYGZ4QSsPTJtI0zyejQxhC1be8LV/j5
S2QpfVftbgIbgwdppJ+KMzGiW0RN85ug7Ws+hI55lBGftnhI+9Kk40kfdvSvLKww
F3jgOeq1qtn0iEm5M1iNd/ByP80dn6UkRU2taTc817TERMhTtXG9ZMhqYv8NdonV
yU23d2jJbeAXx1s052rVj3CdBGs1hq+WEwuGxSsz/wmA/2jsfh+/E2esCYkS9+jR
qWaQnm/7Wtk=
=KK7X
-----END PGP SIGNATURE-----
--- End Message ---