[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from MiniRangerTest
[ RUN      ] MiniRangerTest.TestGrantPrivilege
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:01:24.688531 10941 mini_postgres.cc:62] Running initdb...
The files belonging to this database system will be owned by user "slave".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/postgres ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default "max_connections" ... 100
selecting default "shared_buffers" ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    /tmp/dist-test-taskXmIHVo/build/debug/bin/postgres/pg_ctl -D /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/postgres -l logfile start

2026-08-12 08:01:27.542 UTC [10966] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 08:01:27.542 UTC [10966] LOG:  listening on IPv4 address "127.0.0.1", port 43517
2026-08-12 08:01:27.547 UTC [10966] LOG:  listening on Unix socket "/tmp/.s.PGSQL.43517"
2026-08-12 08:01:27.554 UTC [10972] LOG:  database system was shut down at 2026-08-12 08:01:25 UTC
2026-08-12 08:01:27.559 UTC [10966] LOG:  database system is ready to accept connections
I20260812 08:01:29.940973 10941 mini_postgres.cc:96] Postgres bound to 43517
2026-08-12 08:01:29.955 UTC [10981] FATAL:  database "slave" does not exist
127.0.0.1:43517 - accepting connections
I20260812 08:01:29.956367 10941 mini_ranger.cc:162] Starting Ranger...
I20260812 08:01:29.977039 10941 mini_ranger.cc:85] Created miniranger Postgres user
I20260812 08:01:30.059893 10941 mini_ranger.cc:88] Created ranger Postgres database
I20260812 08:01:30.060007 10941 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin
2026-08-12 08:01:30,769  [I] DB FLAVOR :POSTGRES
2026-08-12 08:01:30,769  [I] --------- Verifying Ranger DB connection ---------
2026-08-12 08:01:30,769  [I] Checking connection..
2026-08-12 08:01:30,769  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select 1;"
2026-08-12 08:01:31,164  [I] Checking connection passed.
2026-08-12 08:01:31,164  [I] --------- Verifying version history table ---------
2026-08-12 08:01:31,165  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:01:31,517  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 08:01:31,517  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:01:31,838  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 08:01:31,838  [I] Importing x_db_version_h table schema to database ranger from file: create_dbversion_catalog.sql
2026-08-12 08:01:31,838  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/db/postgres/create_dbversion_catalog.sql 
2026-08-12 08:01:32.174 UTC [11158] WARNING:  there is no transaction in progress
2026-08-12 08:01:32,201  [I] create_dbversion_catalog.sql file imported successfully
2026-08-12 08:01:32,202  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:01:32,540  [I] Table x_db_version_h already exists in database 'ranger'
2026-08-12 08:01:32,540  [I] --------- Importing Ranger Core DB Schema ---------
2026-08-12 08:01:32,541  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'Y';"
2026-08-12 08:01:32,925  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'N';"
2026-08-12 08:01:33,263  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "insert into x_db_version_h (version, inst_at, inst_by, updated_at, updated_by,active) values ('CORE_DB_SCHEMA', current_timestamp, 'Ranger 2.6.0', current_timestamp, 'dist-test-slave-gkw7.c.gcp-upstream.internal','N') ;"
2026-08-12 08:01:33,598  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 08:01:33,939  [I] Table x_portal_user does not exist in database ranger
2026-08-12 08:01:33,939  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 08:01:34,303  [I] Table x_policy_ref_group does not exist in database ranger
2026-08-12 08:01:34,304  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 08:01:34,656  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 08:01:34,985  [I] Importing DB schema to database ranger from file: ranger_core_db_postgres.sql
2026-08-12 08:01:34,985  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/db/postgres/optimized/current/ranger_core_db_postgres.sql 
2026-08-12 08:01:35.882 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.896 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.908 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.920 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.932 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.944 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.993 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:35.999 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.008 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.018 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.027 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.037 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.044 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.053 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.059 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.067 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.074 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.080 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.086 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.092 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.095 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36.099 UTC [11468] WARNING:  there is no transaction in progress
2026-08-12 08:01:36,561  [I] ranger_core_db_postgres.sql file imported successfully
2026-08-12 08:01:36,562  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set inst_by='Ranger 2.6.0' where active='Y' and updated_by='localhost';"
2026-08-12 08:01:36,933  [I] Patches status entries updated from base ranger version to current installed ranger version:Ranger 2.6.0
2026-08-12 08:01:36,933  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 08:01:37,252  [I] Table x_portal_user already exists in database 'ranger'
2026-08-12 08:01:37,253  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 08:01:37,598  [I] Table x_policy_ref_group already exists in database 'ranger'
2026-08-12 08:01:37,598  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 08:01:37,942  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 08:01:38,306  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set active='Y' where version='CORE_DB_SCHEMA' and active='N' and updated_by='dist-test-slave-gkw7.c.gcp-upstream.internal';"
2026-08-12 08:01:38,642  [I] CORE_DB_SCHEMA import status has been updated
2026-08-12 08:01:38,643  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:43517/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and inst_by = 'Ranger 2.6.0' and active = 'Y';"
2026-08-12 08:01:39,017  [I] DB_PATCHES have already been applied
I20260812 08:01:39.023422 10941 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 08:01:39.023519 10941 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 08:01:39.025803 10941 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:60603
Aug 12, 2026 8:01:39 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 8:01:39 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 8:01:40 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin/ews/webapp
Aug 12, 2026 8:01:40 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 8:01:40 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 8:01:40 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 8:01:40 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestGrantPrivilege.1786521684685709-10941-0/ranger-admin/ews/webapp].
Aug 12, 2026 8:01:40 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 8:01:40 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-60603"]
Aug 12, 2026 8:01:40 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 8:01:40 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 8:01:41 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 08:01:41.892060 10941 mini_ranger.cc:161] Time spent starting Ranger: real 11.936s	user 0.003s	sys 0.006s
Aug 12, 2026 8:01:46 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 8:01:46 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 08:01:50.324--ServerSession(1155355584)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 8:02:06 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 8:02:06 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.RoleREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.ServiceREST
Aug 12, 2026 8:02:06 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 8:02:06 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 8:02:07 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 8:02:07 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-60603"]
I20260812 08:02:08.636212 10941 mini_ranger.cc:274] Created Kudu service
I20260812 08:02:08.902207 10941 mini_ranger.cc:389] Successfully created Ranger user: testuser
I20260812 08:02:09.234791 10941 mini_ranger.cc:67] Stopping Ranger...
I20260812 08:02:09.611198 10941 mini_ranger.cc:69] Stopped Ranger
2026-08-12 08:02:09.611 UTC [10966] LOG:  received smart shutdown request
2026-08-12 08:02:09.616 UTC [10966] LOG:  background worker "logical replication launcher" (PID 10977) exited with exit code 1
2026-08-12 08:02:09.616 UTC [10969] LOG:  shutting down
2026-08-12 08:02:09.618 UTC [10969] LOG:  checkpoint starting: shutdown immediate
2026-08-12 08:02:10.299 UTC [10969] LOG:  checkpoint complete: wrote 1535 buffers (9.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.027 s, sync=0.647 s, total=0.683 s; sync files=832, longest=0.005 s, average=0.001 s; distance=8442 kB, estimate=8442 kB; lsn=0/1CB9120, redo lsn=0/1CB9120
2026-08-12 08:02:10.307 UTC [10966] LOG:  database system is shut down
[       OK ] MiniRangerTest.TestGrantPrivilege (45702 ms)
[ RUN      ] MiniRangerTest.TestPersistence
I20260812 08:02:10.390353 10941 mini_postgres.cc:62] Running initdb...
The files belonging to this database system will be owned by user "slave".
This user must also own the server process.

The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".

Data page checksums are disabled.

creating directory /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/postgres ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... posix
selecting default "max_connections" ... 100
selecting default "shared_buffers" ... 128MB
selecting default time zone ... Etc/UTC
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok

initdb: warning: enabling "trust" authentication for local connections
initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.

Success. You can now start the database server using:

    /tmp/dist-test-taskXmIHVo/build/debug/bin/postgres/pg_ctl -D /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/postgres -l logfile start

2026-08-12 08:02:13.152 UTC [11838] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 08:02:13.152 UTC [11838] LOG:  listening on IPv4 address "127.0.0.1", port 44103
2026-08-12 08:02:13.156 UTC [11838] LOG:  listening on Unix socket "/tmp/.s.PGSQL.44103"
2026-08-12 08:02:13.162 UTC [11844] LOG:  database system was shut down at 2026-08-12 08:02:11 UTC
2026-08-12 08:02:13.166 UTC [11838] LOG:  database system is ready to accept connections
I20260812 08:02:15.301554 10941 mini_postgres.cc:96] Postgres bound to 44103
2026-08-12 08:02:15.307 UTC [11856] FATAL:  database "slave" does not exist
127.0.0.1:44103 - accepting connections
I20260812 08:02:15.308176 10941 mini_ranger.cc:162] Starting Ranger...
I20260812 08:02:15.326363 10941 mini_ranger.cc:85] Created miniranger Postgres user
I20260812 08:02:15.399776 10941 mini_ranger.cc:88] Created ranger Postgres database
I20260812 08:02:15.399859 10941 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin
2026-08-12 08:02:15,834  [I] DB FLAVOR :POSTGRES
2026-08-12 08:02:15,834  [I] --------- Verifying Ranger DB connection ---------
2026-08-12 08:02:15,835  [I] Checking connection..
2026-08-12 08:02:15,835  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select 1;"
2026-08-12 08:02:16,167  [I] Checking connection passed.
2026-08-12 08:02:16,167  [I] --------- Verifying version history table ---------
2026-08-12 08:02:16,168  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:02:16,548  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 08:02:16,548  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:02:16,897  [I] Table x_db_version_h does not exist in database ranger
2026-08-12 08:02:16,897  [I] Importing x_db_version_h table schema to database ranger from file: create_dbversion_catalog.sql
2026-08-12 08:02:16,897  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/db/postgres/create_dbversion_catalog.sql 
2026-08-12 08:02:17.223 UTC [12041] WARNING:  there is no transaction in progress
2026-08-12 08:02:17,239  [I] create_dbversion_catalog.sql file imported successfully
2026-08-12 08:02:17,240  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_db_version_h') as temp;"
2026-08-12 08:02:17,582  [I] Table x_db_version_h already exists in database 'ranger'
2026-08-12 08:02:17,582  [I] --------- Importing Ranger Core DB Schema ---------
2026-08-12 08:02:17,583  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'Y';"
2026-08-12 08:02:17,958  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'CORE_DB_SCHEMA' and active = 'N';"
2026-08-12 08:02:18,349  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "insert into x_db_version_h (version, inst_at, inst_by, updated_at, updated_by,active) values ('CORE_DB_SCHEMA', current_timestamp, 'Ranger 2.6.0', current_timestamp, 'dist-test-slave-gkw7.c.gcp-upstream.internal','N') ;"
2026-08-12 08:02:18,689  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 08:02:19,012  [I] Table x_portal_user does not exist in database ranger
2026-08-12 08:02:19,012  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 08:02:19,371  [I] Table x_policy_ref_group does not exist in database ranger
2026-08-12 08:02:19,371  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 08:02:19,755  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 08:02:20,113  [I] Importing DB schema to database ranger from file: ranger_core_db_postgres.sql
2026-08-12 08:02:20,114  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \; -input /tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/db/postgres/optimized/current/ranger_core_db_postgres.sql 
2026-08-12 08:02:21.004 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.016 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.030 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.042 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.057 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.070 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.124 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.132 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.143 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.154 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.164 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.175 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.185 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.195 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.200 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.210 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.217 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.225 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.230 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.239 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.244 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21.249 UTC [12359] WARNING:  there is no transaction in progress
2026-08-12 08:02:21,756  [I] ranger_core_db_postgres.sql file imported successfully
2026-08-12 08:02:21,756  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set inst_by='Ranger 2.6.0' where active='Y' and updated_by='localhost';"
2026-08-12 08:02:22,097  [I] Patches status entries updated from base ranger version to current installed ranger version:Ranger 2.6.0
2026-08-12 08:02:22,098  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_portal_user') as temp;"
2026-08-12 08:02:22,414  [I] Table x_portal_user already exists in database 'ranger'
2026-08-12 08:02:22,414  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select * from (select table_name from information_schema.tables where table_catalog='ranger' and table_name = 'x_policy_ref_group') as temp;"
2026-08-12 08:02:22,805  [I] Table x_policy_ref_group already exists in database 'ranger'
2026-08-12 08:02:22,805  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and active = 'Y';"
2026-08-12 08:02:23,140  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'JAVA_PATCHES' and active = 'Y';"
2026-08-12 08:02:23,462  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "update x_db_version_h set active='Y' where version='CORE_DB_SCHEMA' and active='N' and updated_by='dist-test-slave-gkw7.c.gcp-upstream.internal';"
2026-08-12 08:02:23,782  [I] CORE_DB_SCHEMA import status has been updated
2026-08-12 08:02:23,783  [JISQL] /usr/lib/jvm/temurin-17-jdk-amd64/bin/java  -cp /tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/jisql/lib/* org.apache.util.sql.Jisql -driver postgresql -cstring jdbc:postgresql://127.0.0.1:44103/ranger -u miniranger -p '********' -noheader -trim -c \;  -query "select version from x_db_version_h where version = 'DB_PATCHES' and inst_by = 'Ranger 2.6.0' and active = 'Y';"
2026-08-12 08:02:24,133  [I] DB_PATCHES have already been applied
I20260812 08:02:24.139791 10941 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 08:02:24.139906 10941 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 08:02:24.142385 10941 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:36893
Aug 12, 2026 8:02:24 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 8:02:24 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 8:02:25 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp
Aug 12, 2026 8:02:25 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 8:02:25 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 8:02:25 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 8:02:25 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp].
Aug 12, 2026 8:02:25 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 8:02:25 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-36893"]
Aug 12, 2026 8:02:25 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 8:02:25 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 8:02:26 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 08:02:26.866246 10941 mini_ranger.cc:161] Time spent starting Ranger: real 11.558s	user 0.000s	sys 0.009s
Aug 12, 2026 8:02:30 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 8:02:30 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 08:02:34.732--ServerSession(1155355584)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 8:02:50 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 8:02:50 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.RoleREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.ServiceREST
Aug 12, 2026 8:02:50 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 8:02:50 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 8:02:51 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 8:02:51 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-36893"]
I20260812 08:02:52.610405 10941 mini_ranger.cc:274] Created Kudu service
I20260812 08:02:52.857316 10941 mini_ranger.cc:389] Successfully created Ranger user: testuser
I20260812 08:02:53.152621 10941 mini_ranger.cc:67] Stopping Ranger...
I20260812 08:02:53.530128 10941 mini_ranger.cc:69] Stopped Ranger
2026-08-12 08:02:53.530 UTC [11838] LOG:  received smart shutdown request
2026-08-12 08:02:53.533 UTC [11838] LOG:  background worker "logical replication launcher" (PID 11849) exited with exit code 1
2026-08-12 08:02:53.534 UTC [11841] LOG:  shutting down
2026-08-12 08:02:53.536 UTC [11841] LOG:  checkpoint starting: shutdown immediate
2026-08-12 08:02:54.453 UTC [11841] LOG:  checkpoint complete: wrote 1535 buffers (9.4%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.027 s, sync=0.884 s, total=0.920 s; sync files=832, longest=0.005 s, average=0.002 s; distance=8442 kB, estimate=8442 kB; lsn=0/1CB9198, redo lsn=0/1CB9198
2026-08-12 08:02:54.462 UTC [11838] LOG:  database system is shut down
2026-08-12 08:02:54.498 UTC [12693] LOG:  starting PostgreSQL 17.2 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, 64-bit
2026-08-12 08:02:54.499 UTC [12693] LOG:  listening on IPv4 address "127.0.0.1", port 44103
2026-08-12 08:02:54.503 UTC [12693] LOG:  listening on Unix socket "/tmp/.s.PGSQL.44103"
2026-08-12 08:02:54.509 UTC [12705] LOG:  database system was shut down at 2026-08-12 08:02:54 UTC
2026-08-12 08:02:54.564 UTC [12693] LOG:  database system is ready to accept connections
I20260812 08:02:56.664279 10941 mini_postgres.cc:96] Postgres bound to 44103
2026-08-12 08:02:56.670 UTC [12716] FATAL:  database "slave" does not exist
127.0.0.1:44103 - accepting connections
I20260812 08:02:56.670674 10941 mini_ranger.cc:162] Starting Ranger...
I20260812 08:02:56.670866 10941 mini_ranger.cc:179] Starting Ranger out of /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin
I20260812 08:02:56.671650 10941 mini_ranger.cc:192] Using Ranger class path: /tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/lib/*:/usr/lib/jvm/temurin-17-jdk-amd64/lib/*:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/hadoop/*:/tmp/dist-test-taskXmIHVo/build/debug/bin/postgresql.jar:/tmp/dist-test-taskXmIHVo/thirdparty/installed/common/opt/ranger/ews/webapp
I20260812 08:02:56.671710 10941 mini_ranger.cc:194] Using host: 127.0.0.1
I20260812 08:02:56.673739 10941 mini_ranger.cc:240] Ranger admin URL: http://127.0.0.1:36893
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer getKeyManagers
WARNING: Config 'ranger.keystore.file' or 'ranger.service.https.attrib.keystore.file' is not found or contains blank value
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer getTrustManagers
WARNING: Config 'ranger.truststore.file' is not found or contains blank value!
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Deriving webapp folder from catalina.base property. folder=/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Webapp file =/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp, webAppName = /
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Adding webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp] .....
Aug 12, 2026 8:02:57 AM org.apache.catalina.core.StandardContext setPath
WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer start
INFO: Finished init of webapp [/] = path [/tmp/dist-test-taskXmIHVo/test-tmp/mini_ranger-test.0.MiniRangerTest.TestPersistence.1786521684685709-10941-0/ranger-admin/ews/webapp].
Aug 12, 2026 8:02:57 AM org.apache.ranger.server.tomcat.EmbeddedServer startServer
INFO: Server Name : miniranger
Aug 12, 2026 8:02:58 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-36893"]
Aug 12, 2026 8:02:58 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Aug 12, 2026 8:02:58 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.98]
Aug 12, 2026 8:02:58 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
I20260812 08:02:59.338447 10941 mini_ranger.cc:161] Time spent starting Ranger: real 2.668s	user 0.001s	sys 0.003s
Aug 12, 2026 8:03:03 AM org.apache.jasper.servlet.TldScanner scanJars
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Aug 12, 2026 8:03:03 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
[EL Warning]: metadata: 2026-08-12 08:03:06.825--ServerSession(1155355584)--You have specified multiple ids for the entity class [org.apache.ranger.entity.view.VXXPrincipal] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Aug 12, 2026 8:03:12 AM com.sun.jersey.api.core.PackagesResourceConfig init
INFO: Scanning for root resource and provider classes in the packages:
  org.apache.ranger.rest
  org.apache.ranger.common
  xa.rest
Aug 12, 2026 8:03:12 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Root resource classes found:
  class org.apache.ranger.rest.AssetREST
  class org.apache.ranger.rest.PublicAPIsv2
  class org.apache.ranger.rest.RoleREST
  class org.apache.ranger.rest.XAuditREST
  class org.apache.ranger.rest.PublicAPIs
  class org.apache.ranger.rest.XUserREST
  class org.apache.ranger.rest.XKeyREST
  class org.apache.ranger.rest.TagREST
  class org.apache.ranger.rest.UserREST
  class org.apache.ranger.rest.SecurityZoneREST
  class org.apache.ranger.rest.MetricsREST
  class org.apache.ranger.rest.ServiceREST
Aug 12, 2026 8:03:12 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.ranger.common.RangerJsonParserExceptionMapper
  class org.apache.ranger.common.RangerJsonProvider
  class org.apache.ranger.common.RangerJAXBContextResolver
  class org.apache.ranger.common.RangerJsonMappingExceptionMapper
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext
INFO: Using default applicationContext
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonMappingExceptionMapper, of type org.apache.ranger.common.RangerJsonMappingExceptionMapper as a provider class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonParserExceptionMapper, of type org.apache.ranger.common.RangerJsonParserExceptionMapper as a provider class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, rangerJsonProvider, of type org.apache.ranger.common.RangerJsonProvider as a provider class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, assetREST, of type org.apache.ranger.rest.AssetREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, metricsREST, of type org.apache.ranger.rest.MetricsREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIs, of type org.apache.ranger.rest.PublicAPIs as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, publicAPIsv2, of type org.apache.ranger.rest.PublicAPIsv2 as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, roleREST, of type org.apache.ranger.rest.RoleREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, securityZoneREST, of type org.apache.ranger.rest.SecurityZoneREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, serviceREST, of type org.apache.ranger.rest.ServiceREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, tagREST, of type org.apache.ranger.rest.TagREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, userREST, of type org.apache.ranger.rest.UserREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XAuditREST, of type org.apache.ranger.rest.XAuditREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XKeyREST, of type org.apache.ranger.rest.XKeyREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registerSpringBeans
INFO: Registering Spring bean, XUserREST, of type org.apache.ranger.rest.XUserREST as a root resource class
Aug 12, 2026 8:03:12 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
Aug 12, 2026 8:03:13 AM com.sun.jersey.spi.inject.Errors processErrorMessages
WARNING: The following warnings have been detected with resource and/or provider classes:
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.RoleREST.getRolesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInExcel(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse), MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInCsv(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException, MUST return a non-void type.
  WARNING: A HTTP GET method, public void org.apache.ranger.rest.ServiceREST.getPoliciesInJson(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Boolean), MUST return a non-void type.
Aug 12, 2026 8:03:13 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-36893"]
I20260812 08:03:14.267379 10941 mini_ranger.cc:67] Stopping Ranger...
I20260812 08:03:14.632999 10941 mini_ranger.cc:69] Stopped Ranger
2026-08-12 08:03:14.633 UTC [12693] LOG:  received smart shutdown request
2026-08-12 08:03:14.637 UTC [12693] LOG:  background worker "logical replication launcher" (PID 12710) exited with exit code 1
2026-08-12 08:03:14.637 UTC [12700] LOG:  shutting down
2026-08-12 08:03:14.639 UTC [12700] LOG:  checkpoint starting: shutdown immediate
2026-08-12 08:03:14.691 UTC [12700] LOG:  checkpoint complete: wrote 74 buffers (0.5%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.005 s, sync=0.041 s, total=0.055 s; sync files=50, longest=0.003 s, average=0.001 s; distance=64 kB, estimate=64 kB; lsn=0/1CC93D8, redo lsn=0/1CC93D8
2026-08-12 08:03:14.696 UTC [12693] LOG:  database system is shut down
[       OK ] MiniRangerTest.TestPersistence (64392 ms)
[----------] 2 tests from MiniRangerTest (110095 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (110095 ms total)
[  PASSED  ] 2 tests.
