tuhaihe opened a new issue, #1539:
URL: https://github.com/apache/cloudberry/issues/1539

   ### Apache Cloudberry version
   
   main
   
   ### What happened
   
   ic-contrib test failed on Rocky Linux 8:
   
   ```
   Found regression.diffs at: ./contrib/pgcrypto/regression.diffs
   diff -I HINT: -I CONTEXT: -I GP_IGNORE: -U3 
/__w/cloudberry/cloudberry/contrib/pgcrypto/expected/fips_2.out 
/__w/cloudberry/cloudberry/contrib/pgcrypto/results/fips.out
   --- /__w/cloudberry/cloudberry/contrib/pgcrypto/expected/fips_2.out  
2026-01-19 20:22:42.190162967 -0800
   +++ /__w/cloudberry/cloudberry/contrib/pgcrypto/results/fips.out     
2026-01-19 20:22:42.193162972 -0800
   @@ -16,7 +16,7 @@
    (1 row)
    
    SELECT digest('santa claus', 'md5');
   -ERROR:  Cannot use "md5": 
   +ERROR:  Cannot use "md5": Some PX error (not specified)
    SELECT 'Test digest sha256: EXPECTED PASS' as comment;
                  comment              
    -----------------------------------
   @@ -36,7 +36,7 @@
    (1 row)
    
    SELECT hmac('santa claus', 'aaa', 'md5');
   -ERROR:  Cannot use "md5": 
   +ERROR:  Cannot use "md5": Some PX error (not specified)
    SELECT 'Test hmac sha256: EXPECTED PASS' as comment;
                 comment             
    ---------------------------------
   @@ -56,7 +56,7 @@
    (1 row)
    
    UPDATE fipstest SET salt = gen_salt('md5');
   -ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:213)
   +ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:215)
    SELECT 'Test crypt : EXPECTED FAIL FIPS' as comment;
                 comment             
    ---------------------------------
   @@ -64,9 +64,9 @@
    (1 row)
    
    UPDATE fipstest SET res = crypt(data, salt);
   -ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:266)
   +ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:268)
    SELECT res = crypt(data, res) AS "worked" FROM fipstest;
   -ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:266)
   +ERROR:  requested functionality not allowed in FIPS mode (pgcrypto.c:268)
    SELECT 'Test pgp : EXPECTED PASS' as comment;
             comment          
    --------------------------
   @@ -74,7 +74,7 @@
    (1 row)
    
    select pgp_sym_decrypt(pgp_sym_encrypt('santa clause', 'mypass', 
'cipher-algo=aes256'), 'mypass');
   -ERROR:  requested functionality not allowed in FIPS mode (openssl.c:772)
   +ERROR:  requested functionality not allowed in FIPS mode (openssl.c:823)
    SELECT 'Test pgp : EXPECTED FAIL FIPS' as comment;
                comment            
    -------------------------------
   @@ -90,7 +90,7 @@
    (1 row)
    
    SELECT encrypt('santa claus', 'mypass', 'aes') as raw_aes;
   -ERROR:  requested functionality not allowed in FIPS mode (openssl.c:772)
   +ERROR:  requested functionality not allowed in FIPS mode (openssl.c:823)
    SELECT 'Test raw encrypt : EXPECTED FAIL FIPS' as comment;
                    comment                
    ---------------------------------------
   @@ -98,5 +98,5 @@
    (1 row)
    
    SELECT encrypt('santa claus', 'mypass', 'bf') as raw_blowfish;
   -ERROR:  requested functionality not allowed in FIPS mode (openssl.c:772)
   +ERROR:  requested functionality not allowed in FIPS mode (openssl.c:823)
    DROP TABLE fipstest;
   ```
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   
https://github.com/apache/cloudberry/actions/runs/21159078720/job/60850595327?pr=1518
   
   ### Operating System
   
   Rocky Linux 8.10
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/cloudberry/blob/main/CODE_OF_CONDUCT.md).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to