MidnightBSD Magus

devel/git-bug

Distributed, offline-first bug tracker embedded in git, with bridges

Flavor Version Run OSVersion Arch License Restricted Status
0.7.2_1 585 3.2 i386 gpl3 0 fail

License Permissions:

Events

Machine Type Time Message
m3232 info 2024-09-02 06:57:22.054251 Test Started
m3232 fail 2024-09-02 06:59:48.257567 make test returned non-zero: 1
m3232 fail 2024-09-02 06:59:48.371568 Test complete.

Log

===>  Testing for git-bug-0.7.2_1
(cd /magus/work/usr/mports/devel/git-bug/work/github.com/MichaelMure/git-bug@v0.7.2;  for t in ./...; do  echo "===>  Testing ${t}";  /usr/bin/env -i HOME=/magus/work/usr/mports/devel/git-bug/work  PWD="${PWD}"  __MAKE_CONF=/nonexistent OSVERSION=302002 PATH=/magus/work/usr/mports/devel/git-bug/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin TERM=vt100 TMPDIR=/tmp XDG_DATA_HOME=/magus/work/usr/mports/devel/git-bug/work  XDG_CONFIG_HOME=/magus/work/usr/mports/devel/git-bug/work  HOME=/magus/work/usr/mports/devel/git-bug/work TMPDIR="/tmp" PATH=/magus/work/usr/mports/devel/git-bug/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/magus/work/usr/mports/devel/git-bug/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local  DESTDIR=  PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444" CGO_ENABLED=1  CGO_CFLAGS="-I/usr/local/include"  CGO_LDFLAGS="-L/usr/local/lib"  GOAMD64=  GOARM=  GOTMPDIR="/magus/work/usr/mports/devel/git-bug/work" GOPATH="/magus/distfiles/go/devel_git-bug"  GOBIN="/magus/work/usr/mports/devel/git-bug/work/bin"  GO111MODULE=on  GOFLAGS=-modcacherw  GOSUMDB=sum.golang.org GOPROXY=off /usr/local/bin/go120 test -v -buildvcs=false -mod=vendor ${t};  done)
===>  Testing ./...
?   	github.com/MichaelMure/git-bug	[no test files]
?   	github.com/MichaelMure/git-bug/bridge	[no test files]
?   	github.com/MichaelMure/git-bug/bridge/core	[no test files]
=== RUN   TestCredential
--- PASS: TestCredential (0.00s)
=== RUN   TestLoginPasswordSerial
--- PASS: TestLoginPasswordSerial (0.00s)
=== RUN   TestLoginSerial
--- PASS: TestLoginSerial (0.00s)
=== RUN   TestTokenSerial
--- PASS: TestTokenSerial (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/bridge/core/auth	0.007s
=== RUN   TestSplitURL
=== RUN   TestSplitURL/default_url
=== RUN   TestSplitURL/default_issues_url
=== RUN   TestSplitURL/default_url_with_git_extension
=== RUN   TestSplitURL/url_with_git_protocol
=== RUN   TestSplitURL/ssh_url
=== RUN   TestSplitURL/bad_url
--- PASS: TestSplitURL (0.00s)
    --- PASS: TestSplitURL/default_url (0.00s)
    --- PASS: TestSplitURL/default_issues_url (0.00s)
    --- PASS: TestSplitURL/default_url_with_git_extension (0.00s)
    --- PASS: TestSplitURL/url_with_git_protocol (0.00s)
    --- PASS: TestSplitURL/ssh_url (0.00s)
    --- PASS: TestSplitURL/bad_url (0.00s)
=== RUN   TestValidateUsername
=== RUN   TestValidateUsername/existing_username
=== RUN   TestValidateUsername/existing_username_with_bad_case
=== RUN   TestValidateUsername/existing_organisation
=== RUN   TestValidateUsername/existing_organisation_with_bad_case
=== RUN   TestValidateUsername/non_existing_username
--- PASS: TestValidateUsername (0.61s)
    --- PASS: TestValidateUsername/existing_username (0.25s)
    --- PASS: TestValidateUsername/existing_username_with_bad_case (0.16s)
    --- PASS: TestValidateUsername/existing_organisation (0.07s)
    --- PASS: TestValidateUsername/existing_organisation_with_bad_case (0.07s)
    --- PASS: TestValidateUsername/non_existing_username (0.06s)
=== RUN   TestValidateProject
    config_test.go:158: Env var GITHUB_TOKEN_PRIVATE missing
--- SKIP: TestValidateProject (0.00s)
=== RUN   TestPushPull
    export_test.go:136: Env var GITHUB_TOKEN_ADMIN missing
--- SKIP: TestPushPull (0.00s)
=== RUN   Test_Importer
Building identity cache... Done.
Building bug cache... Done.
    import_test.go:141: Env var GITHUB_TOKEN_PRIVATE missing
--- SKIP: Test_Importer (0.02s)
PASS
ok  	github.com/MichaelMure/git-bug/bridge/github	0.637s
?   	github.com/MichaelMure/git-bug/bridge/gitlab/iterator	[no test files]
?   	github.com/MichaelMure/git-bug/bridge/jira	[no test files]
=== RUN   TestProjectPath
=== RUN   TestProjectPath/default_url
=== RUN   TestProjectPath/multiple_sub_groups
=== RUN   TestProjectPath/default_url_with_git_extension
=== RUN   TestProjectPath/url_with_git_protocol
=== RUN   TestProjectPath/ssh_url
=== RUN   TestProjectPath/bad_url
--- PASS: TestProjectPath (0.00s)
    --- PASS: TestProjectPath/default_url (0.00s)
    --- PASS: TestProjectPath/multiple_sub_groups (0.00s)
    --- PASS: TestProjectPath/default_url_with_git_extension (0.00s)
    --- PASS: TestProjectPath/url_with_git_protocol (0.00s)
    --- PASS: TestProjectPath/ssh_url (0.00s)
    --- PASS: TestProjectPath/bad_url (0.00s)
=== RUN   TestPushPull
    export_test.go:141: Env var GITLAB_API_TOKEN missing
--- SKIP: TestPushPull (0.00s)
=== RUN   TestGetNewTitle
=== RUN   TestGetNewTitle/addition_diff
=== RUN   TestGetNewTitle/deletion_diff
=== RUN   TestGetNewTitle/mixed_diff
--- PASS: TestGetNewTitle (0.00s)
    --- PASS: TestGetNewTitle/addition_diff (0.00s)
    --- PASS: TestGetNewTitle/deletion_diff (0.00s)
    --- PASS: TestGetNewTitle/mixed_diff (0.00s)
=== RUN   TestImport
Building identity cache... Done.
Building bug cache... Done.
    import_test.go:90: Env var GITLAB_API_TOKEN missing
--- SKIP: TestImport (0.02s)
PASS
ok  	github.com/MichaelMure/git-bug/bridge/gitlab	0.035s
?   	github.com/MichaelMure/git-bug/commands	[no test files]
?   	github.com/MichaelMure/git-bug/entity	[no test files]
?   	github.com/MichaelMure/git-bug/graphql/connections	[no test files]
?   	github.com/MichaelMure/git-bug/graphql/resolvers	[no test files]
?   	github.com/MichaelMure/git-bug/graphql/models	[no test files]
?   	github.com/MichaelMure/git-bug/graphql/graph	[no test files]
?   	github.com/MichaelMure/git-bug/input	[no test files]
?   	github.com/MichaelMure/git-bug/misc/random_bugs	[no test files]
?   	github.com/MichaelMure/git-bug/termui	[no test files]
?   	github.com/MichaelMure/git-bug/util/colors	[no test files]
?   	github.com/MichaelMure/git-bug/util/git	[no test files]
?   	github.com/MichaelMure/git-bug/util/process	[no test files]
?   	github.com/MichaelMure/git-bug/util/text	[no test files]
?   	github.com/MichaelMure/git-bug/util/timestamp	[no test files]
?   	github.com/MichaelMure/git-bug/webui	[no test files]
=== RUN   TestSplitURL
=== RUN   TestSplitURL/default_project_url
=== RUN   TestSplitURL/project_bugs_url
=== RUN   TestSplitURL/bad_url
--- PASS: TestSplitURL (0.00s)
    --- PASS: TestSplitURL/default_project_url (0.00s)
    --- PASS: TestSplitURL/project_bugs_url (0.00s)
    --- PASS: TestSplitURL/bad_url (0.00s)
=== RUN   TestValidateProject
=== RUN   TestValidateProject/public_project
    config_test.go:90: 
        	Error Trace:	config_test.go:90
        	Error:      	Not equal: 
        	            	expected: true
        	            	actual  : false
        	Test:       	TestValidateProject/public_project
=== RUN   TestValidateProject/non_existing_project
--- FAIL: TestValidateProject (65.56s)
    --- FAIL: TestValidateProject/public_project (60.22s)
    --- PASS: TestValidateProject/non_existing_project (5.34s)
FAIL
FAIL	github.com/MichaelMure/git-bug/bridge/launchpad	65.566s
=== RUN   TestPushPull
--- PASS: TestPushPull (0.41s)
=== RUN   TestRebaseTheirs
--- PASS: TestRebaseTheirs (0.49s)
=== RUN   TestRebaseOurs
--- PASS: TestRebaseOurs (0.69s)
=== RUN   TestRebaseConflict
--- PASS: TestRebaseConflict (2.09s)
=== RUN   TestBugId
--- PASS: TestBugId (0.00s)
=== RUN   TestBugValidity
--- PASS: TestBugValidity (0.00s)
=== RUN   TestBugCommitLoad
--- PASS: TestBugCommitLoad (0.00s)
=== RUN   TestLabelRGBA
--- PASS: TestLabelRGBA (0.00s)
=== RUN   TestLabelRGBASimilar
--- PASS: TestLabelRGBASimilar (0.00s)
=== RUN   TestLabelRGBAReverse
--- PASS: TestLabelRGBAReverse (0.00s)
=== RUN   TestLabelRGBAEqual
--- PASS: TestLabelRGBAEqual (0.00s)
=== RUN   TestAddCommentSerialize
--- PASS: TestAddCommentSerialize (0.00s)
=== RUN   TestCreate
--- PASS: TestCreate (0.00s)
=== RUN   TestCreateSerialize
--- PASS: TestCreateSerialize (0.00s)
=== RUN   TestEdit
--- PASS: TestEdit (0.00s)
=== RUN   TestEditCommentSerialize
--- PASS: TestEditCommentSerialize (0.00s)
=== RUN   TestLabelChangeSerialize
--- PASS: TestLabelChangeSerialize (0.00s)
=== RUN   TestNoopSerialize
--- PASS: TestNoopSerialize (0.00s)
=== RUN   TestSetMetadata
--- PASS: TestSetMetadata (0.00s)
=== RUN   TestSetMetadataSerialize
--- PASS: TestSetMetadataSerialize (0.00s)
=== RUN   TestSetStatusSerialize
--- PASS: TestSetStatusSerialize (0.00s)
=== RUN   TestSetTitleSerialize
--- PASS: TestSetTitleSerialize (0.00s)
=== RUN   TestOpIterator
--- PASS: TestOpIterator (0.00s)
=== RUN   TestOperationPackSerialize
--- PASS: TestOperationPackSerialize (0.00s)
=== RUN   TestValidate
--- PASS: TestValidate (0.00s)
=== RUN   TestMetadata
--- PASS: TestMetadata (0.00s)
=== RUN   TestID
--- PASS: TestID (0.04s)
PASS
ok  	github.com/MichaelMure/git-bug/bug	3.738s
=== RUN   TestTitleFilter
=== RUN   TestTitleFilter/complete_match
=== RUN   TestTitleFilter/partial_match
=== RUN   TestTitleFilter/no_match
=== RUN   TestTitleFilter/cased_title
=== RUN   TestTitleFilter/cased_query
--- PASS: TestTitleFilter (0.00s)
    --- PASS: TestTitleFilter/complete_match (0.00s)
    --- PASS: TestTitleFilter/partial_match (0.00s)
    --- PASS: TestTitleFilter/no_match (0.00s)
    --- PASS: TestTitleFilter/cased_title (0.00s)
    --- PASS: TestTitleFilter/cased_query (0.00s)
=== RUN   TestCache
Building identity cache... Done.
Building bug cache... Done.
--- PASS: TestCache (0.11s)
=== RUN   TestPushPull
Building identity cache... Done.
Building bug cache... Done.
Building identity cache... Done.
Building bug cache... Done.
--- PASS: TestPushPull (0.47s)
PASS
ok  	github.com/MichaelMure/git-bug/cache	0.587s
=== RUN   TestSelect
Building identity cache... Done.
Building bug cache... Done.
--- PASS: TestSelect (0.29s)
PASS
ok  	github.com/MichaelMure/git-bug/commands/select	0.317s
=== RUN   TestQueries
Building identity cache... Done.
Building bug cache... Done.
--- PASS: TestQueries (4.18s)
PASS
ok  	github.com/MichaelMure/git-bug/graphql	4.196s
=== RUN   TestBare_Id
--- PASS: TestBare_Id (0.00s)
=== RUN   TestBareSerialize
--- PASS: TestBareSerialize (0.00s)
=== RUN   TestPushPull
--- PASS: TestPushPull (2.39s)
=== RUN   TestIdentityStubSerialize
--- PASS: TestIdentityStubSerialize (0.00s)
=== RUN   TestIdentityCommitLoad
--- PASS: TestIdentityCommitLoad (0.00s)
=== RUN   TestIdentity_ValidKeysAtTime
--- PASS: TestIdentity_ValidKeysAtTime (0.00s)
=== RUN   TestMetadata
--- PASS: TestMetadata (0.00s)
=== RUN   TestJSON
--- PASS: TestJSON (0.00s)
=== RUN   TestVersionSerialize
--- PASS: TestVersionSerialize (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/identity	2.444s
=== RUN   TestTokenize
--- PASS: TestTokenize (0.00s)
=== RUN   TestParse
=== RUN   TestParse/gibberish
=== RUN   TestParse/status:
=== RUN   TestParse/:value
=== RUN   TestParse/status:open
=== RUN   TestParse/status:closed
=== RUN   TestParse/status:unknown
=== RUN   TestParse/author:rene
=== RUN   TestParse/author:"René_Descartes"
=== RUN   TestParse/actor:bernhard
=== RUN   TestParse/participant:leonhard
=== RUN   TestParse/label:hello
=== RUN   TestParse/label:"Good_first_issue"
=== RUN   TestParse/title:titleOne
=== RUN   TestParse/title:"Bug_titleTwo"
=== RUN   TestParse/no:label
=== RUN   TestParse/sort:edit
=== RUN   TestParse/sort:unknown
=== RUN   TestParse/status:open_author:"René_Descartes"_participant:leonhard_label:hello_label:"Good_first_issue"_sort:edit-desc
--- PASS: TestParse (0.00s)
    --- PASS: TestParse/gibberish (0.00s)
    --- PASS: TestParse/status: (0.00s)
    --- PASS: TestParse/:value (0.00s)
    --- PASS: TestParse/status:open (0.00s)
    --- PASS: TestParse/status:closed (0.00s)
    --- PASS: TestParse/status:unknown (0.00s)
    --- PASS: TestParse/author:rene (0.00s)
    --- PASS: TestParse/author:"René_Descartes" (0.00s)
    --- PASS: TestParse/actor:bernhard (0.00s)
    --- PASS: TestParse/participant:leonhard (0.00s)
    --- PASS: TestParse/label:hello (0.00s)
    --- PASS: TestParse/label:"Good_first_issue" (0.00s)
    --- PASS: TestParse/title:titleOne (0.00s)
    --- PASS: TestParse/title:"Bug_titleTwo" (0.00s)
    --- PASS: TestParse/no:label (0.00s)
    --- PASS: TestParse/sort:edit (0.00s)
    --- PASS: TestParse/sort:unknown (0.00s)
    --- PASS: TestParse/status:open_author:"René_Descartes"_participant:leonhard_label:hello_label:"Good_first_issue"_sort:edit-desc (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/query	0.024s
=== RUN   TestConfig
--- PASS: TestConfig (0.23s)
=== RUN   TestTreeEntryFormat
--- PASS: TestTreeEntryFormat (0.00s)
=== RUN   TestTreeEntryParse
--- PASS: TestTreeEntryParse (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/repository	0.248s
=== RUN   TestReadBugs
--- PASS: TestReadBugs (4.17s)
PASS
ok  	github.com/MichaelMure/git-bug/tests	4.183s
=== RUN   TestRegisterAndErrorAtCleaning
--- PASS: TestRegisterAndErrorAtCleaning (0.00s)
=== RUN   TestRegisterAndClean
--- PASS: TestRegisterAndClean (0.00s)
=== RUN   TestCancel
--- PASS: TestCancel (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/util/interrupt	0.011s
=== RUN   TestClock
--- PASS: TestClock (0.00s)
PASS
ok  	github.com/MichaelMure/git-bug/util/lamport	0.005s
FAIL
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/git-bug

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis