Skip to content

WIP towards removing oohttp and oocrypto #666

WIP towards removing oohttp and oocrypto

WIP towards removing oohttp and oocrypto #666

Triggered via pull request December 7, 2024 23:38
Status Failure
Total duration 4m 50s
Artifacts

go1.22.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: internal/experiment/echcheck/handshake.go#L93
tlsConfig.EncryptedClientHelloConfigList undefined (type *tls.Config has no field or method EncryptedClientHelloConfigList)
test: internal/enginenetx/httpsdialer_test.go#L538
cannot use tlsConn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to httpsDialerVerifyCertificateChain
test: internal/enginenetx/httpsdialer_test.go#L551
cannot use tlsConn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in argument to httpsDialerVerifyCertificateChain
test: internal/enginenetx/httpsdialer_test.go#L563
cannot use expect (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in array or slice literal
test: internal/enginenetx/httpsdialer_test.go#L564
cannot use &mocks.TLSConn{…} (value of type *mocks.TLSConn) as *"crypto/tls".Conn value in array or slice literal
test: internal/enginenetx/httpsdialer_test.go#L572
cannot use &mocks.TLSConn{…} (value of type *mocks.TLSConn) as *"crypto/tls".Conn value in array or slice literal
test: internal/enginenetx/httpsdialer_test.go#L587
invalid operation: conn != expect (mismatched types *"crypto/tls".Conn and *mocks.TLSConn)
test: internal/legacy/tracex/tls_test.go#L103
cannot use returnedConn (variable of type *mocks.TLSConn) as *"crypto/tls".Conn value in return statement
test: internal/measurexlite/trace_test.go#L276
tx.NewTLSHandshakerUTLS undefined (type *Trace has no field or method NewTLSHandshakerUTLS)
test: internal/netxlite/httptimeout_test.go#L124
invalid operation: conn.(*httpTLSConnWithReadTimeout).TLSConn != origConn (mismatched types *"crypto/tls".Conn and *mocks.TLSConn)