Skip to content

Set minimum rust version for crates with async fn in trait #40

Set minimum rust version for crates with async fn in trait

Set minimum rust version for crates with async fn in trait #40

Triggered via push January 25, 2024 15:38
Status Failure
Total duration 44s
Artifacts

release-plz.yaml

on: push
Release-plz
35s
Release-plz
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Release-plz
Process completed with exit code 1.
6.5. SETTINGS ► Sends a SETTINGS frame with ACK flag and payload: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: FRAME_SIZE_ERROR)
6.5. SETTINGS ► Sends a SETTINGS frame with a stream identifier other than 0x0: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.5.2. Defined SETTINGS Parameters ► SETTINGS_ENABLE_PUSH (0x2): Sends the value other than 0 or 1: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.5.2. Defined SETTINGS Parameters ► SETTINGS_INITIAL_WINDOW_SIZE (0x4): Sends the value above the maximum flow control window size: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: FLOW_CONTROL_ERROR)
6.5.2. Defined SETTINGS Parameters ► SETTINGS_MAX_FRAME_SIZE (0x5): Sends the value below the initial value: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.5.2. Defined SETTINGS Parameters ► SETTINGS_MAX_FRAME_SIZE (0x5): Sends the value above the maximum allowed frame size: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.5.3. Settings Synchronization ► Sends multiple values of SETTINGS_INITIAL_WINDOW_SIZE: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)
6.9. WINDOW_UPDATE ► Sends a WINDOW_UPDATE frame with a flow control window increment of 0: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.9. WINDOW_UPDATE ► Sends a WINDOW_UPDATE frame with a flow control window increment of 0 on a stream: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: PROTOCOL_ERROR)
6.9. WINDOW_UPDATE ► Sends a WINDOW_UPDATE frame with a length other than 4 octets: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: GOAWAY Frame (Error Code: FRAME_SIZE_ERROR)
6.9.1. The Flow-Control Window ► Sends SETTINGS frame to set the initial window size to 1 and sends HEADERS frame: h2spec-http2.xml#L0
Failed test found in: h2spec-http2.xml Error: DATA Frame (length:1, flags:0x00, stream_id:1)