Package Details: zauth-git r9.817e552-1

Git Clone URL: https://aur.archlinux.org/zauth-git.git (read-only, click to copy)
Package Base: zauth-git
Description: 2FA CLI application with andOTP support
Upstream URL: https://github.com/grijul/zauth
Keywords: 2fa andotp cli golang otp-client
Licenses: MIT
Conflicts: zauth
Provides: zauth
Submitter: lmartinez-mirror
Maintainer: None
Last Packager: lmartinez-mirror
Votes: 0
Popularity: 0.000000
First Submitted: 2021-08-16 23:17 (UTC)
Last Updated: 2021-08-25 02:54 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2023-11-07 15:11 (UTC)

check() fails:

=> Starting check()...
?       github.com/grijul/zauth [no test files]
An error occured while reading entries: open /tmp/zauth/zauth.json: no such file or directory
An error occured while importing file: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
An error occured while reading entries: open /tmp/zauth/zauth.json: no such file or directory
--- FAIL: TestParseNoSubcommandArgs (0.00s)
    args_test.go:43: An error occured while reading entries: open /tmp/zauth/zauth.json: no such file or directory
An error occured while importing file: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
--- FAIL: TestParseImportArgs (0.00s)
    args_test.go:63: An error occured while importing file: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
An error occured while exporting file: open /tmp/zauth/zauth.json: no such file or directory
An error occured while importing file: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
An error occured while exporting file: open /tmp/zauth/zauth.json: no such file or directory
--- FAIL: TestParseExportArgs (0.00s)
    args_test.go:168: An error occured while exporting file: open /tmp/zauth/zauth.json: no such file or directory
An error occured while listing entries: open /tmp/zauth/zauth.json: no such file or directory
An error occured while importing file: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
An error occured while listing entries: open /tmp/zauth/zauth.json: no such file or directory
--- FAIL: TestParseEntryArgs (0.00s)
    args_test.go:237: An error occured while listing entries: open /tmp/zauth/zauth.json: no such file or directory
FAIL
FAIL    github.com/grijul/zauth/internal/args   0.006s
ok      github.com/grijul/zauth/internal/common 0.006s
ok      github.com/grijul/zauth/internal/oauthurl   0.005s
?       github.com/grijul/zauth/internal/zauth  [no test files]
?       github.com/grijul/zauth/test    [no test files]
?       github.com/grijul/zauth/third_party [no test files]
ok      github.com/grijul/zauth/internal/otp    0.006s
--- FAIL: TestImport (0.00s)
    andotp_test.go:24: open github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
--- FAIL: TestExport (0.00s)
    andotp_test.go:42: open /tmp/zauth/zauth.json: no such file or directory
FAIL
FAIL    github.com/grijul/zauth/third_party/andotp  0.005s
FAIL
==> ERROR: A failure occurred in check().

regards!

lmartinez-mirror commented on 2021-08-16 23:18 (UTC) (edited on 2021-08-25 02:54 (UTC) by lmartinez-mirror)

NOTICE


Upstream tests fail as of r4. You will need to pass --nocheck into your AUR helper to install this.