Skip to content

[RFC] Sketch WSS implementation #41

[RFC] Sketch WSS implementation

[RFC] Sketch WSS implementation #41

Triggered via pull request March 12, 2024 01:23
@deepfiredeepfire
synchronize #215
deepfire:wss
Status Failure
Total duration 11m 46s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 77 warnings
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’
GHC 9.6 on ubuntu-latest
Process completed with exit code 1.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’.
GHC 9.8 on ubuntu-latest
Process completed with exit code 1.
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’
GHC 9.2 on ubuntu-latest
Process completed with exit code 1.
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’
GHC 9.4 on ubuntu-latest
Process completed with exit code 1.
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’
GHC 9.0 on ubuntu-latest
Process completed with exit code 1.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’.
GHC 9.8 on windows-latest
Process completed with exit code 1.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L27
Could not load module ‘Crypto.PubKey.DH’.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L29
Could not load module ‘Data.Default.Class’.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L31
Could not load module ‘Network.TLS’.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L32
Could not load module ‘Network.TLS.Extra’.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L33
Could not load module ‘Network.TLS.SessionManager’.
GHC 9.8 on macos-latest
Process completed with exit code 1.
GHC 9.6 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.6 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.6 on ubuntu-latest: tests/haskell/Network/WebSockets/Tests/Util.hs#L10
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on ubuntu-latest: tests/haskell/Network/WebSockets/Tests/Util.hs#L10
The import of ‘Control.Applicative’ is redundant
GHC 9.2 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Stream.hs#L19
The import of ‘Control.Applicative’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Hybi13/Demultiplex.hs#L22
The import of ‘Data.Monoid’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Hybi13.hs#L21
The import of ‘Control.Applicative’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Hybi13.hs#L37
The import of ‘Data.Monoid’ is redundant
GHC 9.2 on ubuntu-latest: src/Network/WebSockets/Extensions/PermessageDeflate.hs#L17
The import of ‘Control.Applicative’ is redundant
GHC 9.4 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.4 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.4 on ubuntu-latest: tests/haskell/Network/WebSockets/Tests/Util.hs#L10
The import of ‘Control.Applicative’ is redundant
GHC 9.0 on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Stream.hs#L19
The import of ‘Control.Applicative’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Hybi13/Demultiplex.hs#L22
The import of ‘Data.Monoid’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Hybi13.hs#L21
The import of ‘Control.Applicative’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Hybi13.hs#L37
The import of ‘Data.Monoid’ is redundant
GHC 9.0 on ubuntu-latest: src/Network/WebSockets/Extensions/PermessageDeflate.hs#L17
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.8 on windows-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on windows-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on windows-latest: tests/haskell/Network/WebSockets/Tests/Util.hs#L10
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: haskell-actions/setup@v2, actions/cache/restore@v3, actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
GHC 9.8 on macos-latest: src/Network/WebSockets/Connection/Options.hs#L24
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Extensions/Description.hs#L13
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Extensions/Description.hs#L17
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Http.hs#L36
The import of ‘Control.Applicative’ is redundant
GHC 9.8 on macos-latest: src/Network/WebSockets/Http.hs#L47
The import of ‘Data.Monoid’ is redundant
GHC 9.8 on macos-latest: tests/haskell/Network/WebSockets/Tests/Util.hs#L10
The import of ‘Control.Applicative’ is redundant