initial port - tests fail for using insecure transports

2 jobs for port-2021-07-02 in 1 minute and 36 seconds (queued for 1 second)
Status Job ID Name Coverage
  Build
passed #2336
testing
build

00:00:28

 
  Test
failed #2337
testing
test

00:01:08

 
Name Stage Failure
failed
test Test
		have SecureInbound(context.Context, net.Conn) (sec.SecureConn, error)
want SecureInbound(context.Context, net.Conn) (sec.SecureConn, bool, error)
./tcp_test.go:69:4: cannot use makeInsecureTransport(t) (type *insecure.Transport) as type sec.SecureMuxer in field value:
*insecure.Transport does not implement sec.SecureMuxer (wrong type for SecureInbound method)
have SecureInbound(context.Context, net.Conn) (sec.SecureConn, error)
want SecureInbound(context.Context, net.Conn) (sec.SecureConn, bool, error)
FAIL gitlab.dms3.io/p2p/go-tcp-transport [build failed]
Cleaning up file based variables
ERROR: Job failed: exit status 1