Re: net/syncthing: update to 1.27.1

2023-12-28 Thread Paco Esteban
On Thu, 28 Dec 2023, Edd Barrett wrote:

> On Wed, Dec 27, 2023 at 07:37:36PM +0100, Paco Esteban wrote:
> > Builds and works fine for me on amd64.
> > Most of tests pass.  The ones failing are network related which is
> > probably fine, as I use PORTS_PRIVSEP
> 
> It's a known issue for the "connections" tests to fail:
> https://github.com/syncthing/syncthing/issues/8421
> 
> Is it those?

Pretty similar, but not exactly those.
Here you have them in case they're useful:


2023/12/28 17:55:39 INFO: TCP listener (127.0.0.1:29442) starting
panic: test timed out after 2m0s
running tests:
TestConnectionEstablishment (2m0s)
TestConnectionEstablishment/tcp (2m0s)

goroutine 38 [running]:
testing.(*M).startAlarm.func1()
/usr/local/go/src/testing/testing.go:2259 +0x3b9
created by time.goFunc
/usr/local/go/src/time/sleep.go:176 +0x2d

goroutine 1 [chan receive]:
testing.(*T).Run(0xc00014, {0xc91dae?, 0xc000223b10?}, 0xcd4d70)
/usr/local/go/src/testing/testing.go:1649 +0x3c8
testing.runTests.func1(0x1313e00?)
/usr/local/go/src/testing/testing.go:2054 +0x3e
testing.tRunner(0xc00014, 0xc000223c48)
/usr/local/go/src/testing/testing.go:1595 +0xff
testing.runTests(0xc000128820?, {0x1306580, 0xf, 0xf}, {0x418245?, 
0xc000223d08?, 0x1312d20?})
/usr/local/go/src/testing/testing.go:2052 +0x445
testing.(*M).Run(0xc000128820)
/usr/local/go/src/testing/testing.go:1925 +0x636
main.main()
_testmain.go:77 +0x19c

goroutine 19 [syscall]:
syscall.syscall6(0x487ee0, 0x3, 0x0, 0x0, 0xc66718, 0x1, 0x0)
/usr/local/go/src/runtime/sys_openbsd3.go:46 +0x35
syscall.kevent(0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
/usr/local/go/src/syscall/zsyscall_openbsd_amd64.go:271 +0x4e
syscall.Kevent(0x0?, {0x0?, 0x0?, 0x0?}, {0xc66718?, 0x0?, 0x0?}, 0x0?)
/usr/local/go/src/syscall/syscall_bsd.go:431 +0x35
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.(*kq).Wait(0x0?)

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/watcher_kqueue.go:139
 +0x46
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.(*trg).monitor(0xc0001a7230)

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/watcher_trigger.go:404
 +0x35
created by 
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.newWatcher in 
goroutine 1

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/watcher_trigger.go:112
 +0x1f6

goroutine 20 [chan receive]:
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.(*nonrecursiveTree).dispatch(0xc0001b42a0,
 0x0?)

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/tree_nonrecursive.go:36
 +0x45
created by 
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.newNonrecursiveTree
 in goroutine 1

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/tree_nonrecursive.go:29
 +0x145

goroutine 21 [chan receive]:
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.(*nonrecursiveTree).internal(0xc0001b42a0,
 0xc0001b4240)

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/tree_nonrecursive.go:81
 +0x47
created by 
github.com/syncthing/syncthing/vendor/github.com/syncthing/notify.newNonrecursiveTree
 in goroutine 1

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/vendor/github.com/syncthing/notify/tree_nonrecursive.go:30
 +0x193

goroutine 50 [chan receive]:
testing.(*T).Run(0xc000141520, {0xc88c5b?, 0xd8e188?}, 0xc00010fb90)
/usr/local/go/src/testing/testing.go:1649 +0x3c8
github.com/syncthing/syncthing/lib/connections.TestConnectionEstablishment(0xc000141520)

/usr/ports/pobj/syncthing-1.27.1/go/src/github.com/syncthing/syncthing/lib/connections/connections_test.go:387
 +0xf6
testing.tRunner(0xc000141520, 0xcd4d70)
/usr/local/go/src/testing/testing.go:1595 +0xff
created by testing.(*T).Run in goroutine 1
/usr/local/go/src/testing/testing.go:1648 +0x3ad

goroutine 51 [IO wait]:
internal/poll.runtime_pollWait(0x2ef104d40, 0x77)
/usr/local/go/src/runtime/netpoll.go:343 +0x85
internal/poll.(*pollDesc).wait(0xcee100?, 0xc00039fd00?, 0x0)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27
internal/poll.(*pollDesc).waitWrite(...)
/usr/local/go/src/internal/poll/fd_poll_runtime.go:93
internal/poll.(*FD).Write(0xcee100, {0xc00039e000, 0x29c8, 0x3000})
/usr/local/go/src/internal/poll/fd_unix.go:388 +0x2d6
net.(*netFD).Write(0xcee100, {0xc00039e000?, 0xc0001c8be0?, 0xbd8de0?})
/usr/local/go/src/net/fd_posix.go:96 +0x25
net.(*conn).Write(0xca8068, {0xc00039e000?, 0xc0001c8be0?, 0xc

Re: net/syncthing: update to 1.27.1

2023-12-28 Thread Edd Barrett
On Wed, Dec 27, 2023 at 07:37:36PM +0100, Paco Esteban wrote:
> Builds and works fine for me on amd64.
> Most of tests pass.  The ones failing are network related which is
> probably fine, as I use PORTS_PRIVSEP

It's a known issue for the "connections" tests to fail:
https://github.com/syncthing/syncthing/issues/8421

Is it those?

-- 
Best Regards
Edd Barrett

https://www.theunixzoo.co.uk



Re: net/syncthing: update to 1.27.1

2023-12-27 Thread Paco Esteban
On Tue, 26 Dec 2023, Klemens Nanni wrote:

> https://github.com/syncthing/syncthing/releases/tag/v1.27.0
> https://github.com/syncthing/syncthing/releases/tag/v1.27.1
> 
> Feedback? OK?

Builds and works fine for me on amd64.
Most of tests pass.  The ones failing are network related which is
probably fine, as I use PORTS_PRIVSEP

ok paco@

> Index: Makefile
> ===
> RCS file: /cvs/ports/net/syncthing/Makefile,v
> diff -u -p -r1.58 Makefile
> --- Makefile  17 Dec 2023 15:43:12 -  1.58
> +++ Makefile  26 Dec 2023 20:00:29 -
> @@ -1,9 +1,8 @@
>  COMMENT =open decentralized synchronization utility
>  
> -V =  1.26.1
> +V =  1.27.1
>  DISTNAME =   syncthing-${V}
>  DISTFILES =  syncthing-source-v${V}${EXTRACT_SUFX}
> -REVISION =   0
>  
>  CATEGORIES = net
>  HOMEPAGE =   https://syncthing.net/
> Index: distinfo
> ===
> RCS file: /cvs/ports/net/syncthing/distinfo,v
> diff -u -p -r1.38 distinfo
> --- distinfo  17 Nov 2023 14:22:28 -  1.38
> +++ distinfo  26 Dec 2023 20:00:35 -
> @@ -1,2 +1,2 @@
> -SHA256 (syncthing-source-v1.26.1.tar.gz) = 
> wU3n3xbzPbbndELuKY3YNq60CuCDOevifkGKG7Dr570=
> -SIZE (syncthing-source-v1.26.1.tar.gz) = 15020478
> +SHA256 (syncthing-source-v1.27.1.tar.gz) = 
> XHsEVuUMii5Ml2dyfEE5VYupVXOidic6FzCpA+CnODQ=
> +SIZE (syncthing-source-v1.27.1.tar.gz) = 14964498
> 

-- 
Paco Esteban.
0x5818130B8A6DBC03



net/syncthing: update to 1.27.1

2023-12-26 Thread Klemens Nanni
https://github.com/syncthing/syncthing/releases/tag/v1.27.0
https://github.com/syncthing/syncthing/releases/tag/v1.27.1

Feedback? OK?

Index: Makefile
===
RCS file: /cvs/ports/net/syncthing/Makefile,v
diff -u -p -r1.58 Makefile
--- Makefile17 Dec 2023 15:43:12 -  1.58
+++ Makefile26 Dec 2023 20:00:29 -
@@ -1,9 +1,8 @@
 COMMENT =  open decentralized synchronization utility
 
-V =1.26.1
+V =1.27.1
 DISTNAME = syncthing-${V}
 DISTFILES =syncthing-source-v${V}${EXTRACT_SUFX}
-REVISION = 0
 
 CATEGORIES =   net
 HOMEPAGE = https://syncthing.net/
Index: distinfo
===
RCS file: /cvs/ports/net/syncthing/distinfo,v
diff -u -p -r1.38 distinfo
--- distinfo17 Nov 2023 14:22:28 -  1.38
+++ distinfo26 Dec 2023 20:00:35 -
@@ -1,2 +1,2 @@
-SHA256 (syncthing-source-v1.26.1.tar.gz) = 
wU3n3xbzPbbndELuKY3YNq60CuCDOevifkGKG7Dr570=
-SIZE (syncthing-source-v1.26.1.tar.gz) = 15020478
+SHA256 (syncthing-source-v1.27.1.tar.gz) = 
XHsEVuUMii5Ml2dyfEE5VYupVXOidic6FzCpA+CnODQ=
+SIZE (syncthing-source-v1.27.1.tar.gz) = 14964498