Skip to content

Return nil in NewHMAC if HMAC doesn't support the hash function #635

Return nil in NewHMAC if HMAC doesn't support the hash function

Return nil in NewHMAC if HMAC doesn't support the hash function #635

Triggered via pull request September 3, 2024 14:08
@qmuntalqmuntal
synchronize #159
hmac-fox
Status Failure
Total duration 5m 27s
Artifacts

test.yml

on: pull_request
Matrix: mactest
Matrix: test
Matrix: wintest
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 12 warnings
mactest (1.20.x, libcrypto.3.dylib): hmac.go#L92
undefined: sync.OnceValue
mactest (1.20.x, libcrypto.3.dylib)
Process completed with exit code 1.
test (1.20.x, 1.1.0): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 1.1.0)
Process completed with exit code 1.
test (1.20.x, 1.0.2): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 1.0.2)
Process completed with exit code 1.
test (1.20.x, 1.1.1): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 1.1.1)
Process completed with exit code 1.
wintest (1.20.x, libcrypto-1_1-x64.dll): hmac.go#L92
undefined: sync.OnceValue
wintest (1.20.x, libcrypto-1_1-x64.dll)
Process completed with exit code 1.
wintest (1.20.x, libcrypto-3-x64.dll): hmac.go#L92
undefined: sync.OnceValue
wintest (1.20.x, libcrypto-3-x64.dll)
Process completed with exit code 1.
test (1.20.x, 3.0.1): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.0.1)
Process completed with exit code 1.
test (1.20.x, 3.0.13): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.0.13)
Process completed with exit code 1.
test (1.20.x, 3.1.5): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.1.5)
Process completed with exit code 1.
test (1.20.x, 3.3.1): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.3.1)
Process completed with exit code 1.
test (1.20.x, 3.3.0): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.3.0)
Process completed with exit code 1.
test (1.20.x, 3.2.1): hmac.go#L92
undefined: sync.OnceValue
test (1.20.x, 3.2.1)
Process completed with exit code 1.
mactest (1.20.x, libcrypto.3.dylib)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 1.1.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 1.0.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 1.1.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
wintest (1.20.x, libcrypto-1_1-x64.dll)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
wintest (1.20.x, libcrypto-3-x64.dll)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.0.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.0.13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.1.5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.3.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.3.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (1.20.x, 3.2.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/