Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples/postfix.mtail - move dash to end of character class #767

Merged
merged 1 commit into from
Oct 14, 2023

examples/postfix.mtail - move dash to end of character class

99f8197
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

examples/postfix.mtail - move dash to end of character class #767

examples/postfix.mtail - move dash to end of character class
99f8197
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Test Results succeeded Oct 13, 2023 in 0s

8 fail, 1 skipped, 632 pass in 9m 2s

       1 files       27 suites   9m 2s ⏱️
   641 tests    632 ✔️ 1 💤 8 ❌
1 839 runs  1 828 ✔️ 3 💤 8 ❌

Results for commit 99f8197.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

TestMain failed

test-results/test-output.xml
Raw output
panic: test timed out after 30m0s
running tests:
	TestFilePipeStreamComparison (25m39s)
	TestFilePipeStreamComparison/examples/apache_combined.mtail_on_testdata/apache-combined.log (25m12s)

goroutine 10620 [running]:
testing.(*M).startAlarm.func1()
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:2241 +0x219
created by time.goFunc
	/opt/hostedtoolcache/go/1.20.8/x64/src/time/sleep.go:176 +0x48

goroutine 1 [chan receive, 25 minutes]:
testing.(*T).Run(0xc0004951e0, {0xe35014, 0x1c}, 0xe6e6f8)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1630 +0x82e
testing.runTests.func1(0x0?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:2036 +0x8e
testing.tRunner(0xc0004951e0, 0xc0000f5b40)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1576 +0x217
testing.runTests(0xc0001563c0?, {0x138fde0, 0x1c, 0x1c}, {0x1c?, 0x4ac859?, 0x139b920?})
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:2034 +0x87d
testing.(*M).Run(0xc0001563c0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1906 +0xb45
main.main()
	_testmain.go:136 +0x2fd

goroutine 6 [select]:
github.com/golang/glog.(*fileSink).flushDaemon(0x139b8b8)
	/home/runner/go/pkg/mod/github.com/golang/[email protected]/glog_file.go:351 +0x170
created by github.com/golang/glog.init.1
	/home/runner/go/pkg/mod/github.com/golang/[email protected]/glog_file.go:166 +0x23d

goroutine 8 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0002fe000)
	/home/runner/go/pkg/mod/[email protected]/stats/view/worker.go:292 +0x185
created by go.opencensus.io/stats/view.init.0
	/home/runner/go/pkg/mod/[email protected]/stats/view/worker.go:34 +0x105

goroutine 10605 [syscall, 25 minutes]:
syscall.Syscall6(0xc000042ab0?, 0x2c?, 0xc00011ed00?, 0xc0003f4df0?, 0x43f21d?, 0x139961f?, 0x1397b60?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/syscall/syscall_linux.go:91 +0x45
syscall.openat(0x0?, {0xc000042ab0, 0x2c}, 0x0?, 0x0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/syscall/zsyscall_linux_amd64.go:83 +0xb4
syscall.Open(...)
	/opt/hostedtoolcache/go/1.20.8/x64/src/syscall/syscall_linux.go:272
os.openFileNolog({0xc000042ab0, 0x2c}, 0x1, 0x2000000)
	/opt/hostedtoolcache/go/1.20.8/x64/src/os/file_unix.go:245 +0x99
os.OpenFile({0xc000042ab0, 0x2c}, 0x1, 0x0?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/os/file.go:326 +0x5d
github.com/google/mtail/internal/mtail_test.TestFilePipeStreamComparison.func1.1()
	/home/runner/work/mtail/mtail/internal/mtail/examples_integration_unix_test.go:58 +0x125
created by github.com/google/mtail/internal/mtail_test.TestFilePipeStreamComparison.func1
	/home/runner/work/mtail/mtail/internal/mtail/examples_integration_unix_test.go:53 +0x518

goroutine 72 [chan receive (nil chan), 29 minutes]:
github.com/google/mtail/internal/exporter.New.func1()
	/home/runner/work/mtail/mtail/internal/exporter/export.go:121 +0x71
created by github.com/google/mtail/internal/exporter.New
	/home/runner/work/mtail/mtail/internal/exporter/export.go:119 +0xd12

goroutine 77 [chan receive, 29 minutes]:
github.com/google/mtail/internal/runtime.New.func2()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:279 +0xfc
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:276 +0x74c

goroutine 79 [semacquire, 29 minutes]:
sync.runtime_Semacquire(0xc0000bf8c8?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/runtime/sema.go:62 +0x27
sync.(*WaitGroup).Wait(0xc0000bf8c0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/sync/waitgroup.go:116 +0xa5
github.com/google/mtail/internal/runtime.New.func1.1()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:271 +0x9c
created by github.com/google/mtail/internal/runtime.New.func1
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:268 +0x125

goroutine 78 [select, 29 minutes]:
github.com/google/mtail/internal/runtime.New.func3()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:315 +0x2b6
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:304 +0x90a

goroutine 47 [syscall, 29 minutes]:
os/signal.signal_recv()
	/opt/hostedtoolcache/go/1.20.8/x64/src/runtime/sigqueue.go:152 +0x2f
os/signal.loop()
	/opt/hostedtoolcache/go/1.20.8/x64/src/os/signal/signal_unix.go:23 +0x25
created by os/signal.Notify.func1.1
	/opt/hostedtoolcache/go/1.20.8/x64/src/os/signal/signal.go:151 +0x51

goroutine 4588 [select, 27 minutes]:
github.com/google/mtail/internal/runtime.New.func3()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:315 +0x2b6
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:304 +0x90a

goroutine 4526 [chan receive, 27 minutes]:
github.com/google/mtail/internal/waker.NewTest.func1()
	/home/runner/work/mtail/mtail/internal/waker/testwaker.go:46 +0xb6
created by github.com/google/mtail/internal/waker.NewTest
	/home/runner/work/mtail/mtail/internal/waker/testwaker.go:43 +0x32f

goroutine 9040 [chan receive, 25 minutes]:
github.com/google/mtail/internal/waker.NewTest.func1()
	/home/runner/work/mtail/mtail/internal/waker/testwaker.go:46 +0xb6
created by github.com/google/mtail/internal/waker.NewTest
	/home/runner/work/mtail/mtail/internal/waker/testwaker.go:43 +0x32f

goroutine 4587 [chan receive, 27 minutes]:
github.com/google/mtail/internal/runtime.New.func2()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:279 +0xfc
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:276 +0x74c

goroutine 4589 [semacquire, 27 minutes]:
sync.runtime_Semacquire(0xc00010a9a8?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/runtime/sema.go:62 +0x27
sync.(*WaitGroup).Wait(0xc00010a9a0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/sync/waitgroup.go:116 +0xa5
github.com/google/mtail/internal/runtime.New.func1.1()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:271 +0x9c
created by github.com/google/mtail/internal/runtime.New.func1
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:268 +0x125

goroutine 4582 [chan receive (nil chan), 27 minutes]:
github.com/google/mtail/internal/exporter.New.func1()
	/home/runner/work/mtail/mtail/internal/exporter/export.go:121 +0x71
created by github.com/google/mtail/internal/exporter.New
	/home/runner/work/mtail/mtail/internal/exporter/export.go:119 +0xd12

goroutine 10168 [chan receive, 25 minutes]:
testing.(*T).Run(0xc0002c4d00, {0xc0004bc540, 0x3e}, 0xc0002d88d0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1630 +0x82e
github.com/google/mtail/internal/mtail_test.TestFilePipeStreamComparison(0x0?)
	/home/runner/work/mtail/mtail/internal/mtail/examples_integration_unix_test.go:36 +0x92
testing.tRunner(0xc0002c4d00, 0xe6e6f8)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1576 +0x217
created by testing.(*T).Run
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1629 +0x806

goroutine 9122 [select, 25 minutes]:
github.com/google/mtail/internal/runtime.New.func3()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:315 +0x2b6
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:304 +0x90a

goroutine 10603 [select, 25 minutes]:
github.com/google/mtail/internal/testutil.TimeoutTest.func1(0xc000351860)
	/home/runner/work/mtail/mtail/internal/testutil/timeout.go:59 +0x205
testing.tRunner(0xc000351860, 0xc0002d88d0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1576 +0x217
created by testing.(*T).Run
	/opt/hostedtoolcache/go/1.20.8/x64/src/testing/testing.go:1629 +0x806

goroutine 9121 [chan receive, 25 minutes]:
github.com/google/mtail/internal/runtime.New.func2()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:279 +0xfc
created by github.com/google/mtail/internal/runtime.New
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:276 +0x74c

goroutine 9116 [chan receive (nil chan), 25 minutes]:
github.com/google/mtail/internal/exporter.New.func1()
	/home/runner/work/mtail/mtail/internal/exporter/export.go:121 +0x71
created by github.com/google/mtail/internal/exporter.New
	/home/runner/work/mtail/mtail/internal/exporter/export.go:119 +0xd12

goroutine 9123 [semacquire, 25 minutes]:
sync.runtime_Semacquire(0xc000308008?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/runtime/sema.go:62 +0x27
sync.(*WaitGroup).Wait(0xc000308000)
	/opt/hostedtoolcache/go/1.20.8/x64/src/sync/waitgroup.go:116 +0xa5
github.com/google/mtail/internal/runtime.New.func1.1()
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:271 +0x9c
created by github.com/google/mtail/internal/runtime.New.func1
	/home/runner/work/mtail/mtail/internal/runtime/runtime.go:268 +0x125

goroutine 10604 [semacquire, 25 minutes]:
sync.runtime_Semacquire(0xc0004349a8?)
	/opt/hostedtoolcache/go/1.20.8/x64/src/runtime/sema.go:62 +0x27
sync.(*WaitGroup).Wait(0xc0004349a0)
	/opt/hostedtoolcache/go/1.20.8/x64/src/sync/waitgroup.go:116 +0xa5
github.com/google/mtail/internal/mtail_test.TestFilePipeStreamComparison.func1(0xc000351860)
	/home/runner/work/mtail/mtail/internal/mtail/examples_integration_unix_test.go:88 +0xa13
github.com/google/mtail/internal/testutil.TimeoutTest.func1.1()
	/home/runner/work/mtail/mtail/internal/testutil/timeout.go:57 +0x98
created by github.com/google/mtail/internal/testutil.TimeoutTest.func1
	/home/runner/work/mtail/mtail/internal/testutil/timeout.go:54 +0x185
FAIL	github.com/google/mtail/internal/mtail	1800.034s

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/apache_combined.mtail_on_testdata/apache-combined.log (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/apache_combined.mtail_on_testdata/apache-combined.log
	github.com/google/mtail/internal/mtail	coverage: 62.1% of statements

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/sftp.mtail_on_testdata/sftp_chroot.log (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/sftp.mtail_on_testdata/sftp_chroot.log

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/ntpd.mtail_on_testdata/ntp4 (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/ntpd.mtail_on_testdata/ntp4

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison
=== RUN   TestFilePipeStreamComparison/examples/rsyncd.mtail_on_testdata/rsyncd.log
=== RUN   TestFilePipeStreamComparison/examples/sftp.mtail_on_testdata/sftp_chroot.log
=== RUN   TestFilePipeStreamComparison/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log
=== RUN   TestFilePipeStreamComparison/examples/ntpd.mtail_on_testdata/ntp4
=== RUN   TestFilePipeStreamComparison/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats
=== RUN   TestFilePipeStreamComparison/examples/apache_combined.mtail_on_testdata/apache-combined.log
	github.com/google/mtail/internal/mtail	coverage: 62.1% of statements

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/rsyncd.mtail_on_testdata/rsyncd.log (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/rsyncd.mtail_on_testdata/rsyncd.log

Check warning on line 0 in github.com/google/mtail/internal/mtail

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

1 out of 3 runs failed: TestFilePipeStreamComparison/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log (github.com/google/mtail/internal/mtail)

test-results/test-output.xml
Raw output
=== RUN   TestFilePipeStreamComparison/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log