test-cm-54b7d49f85-wvhd9 / test-cm

+ prog=start.sh+ progdir=+ echo '# This file was created by start.sh'+ add_values_to 01-env.conf CONDOR_HOST '$(FULL_HOSTNAME)' NUM_CPUS 1 MEMORY 1024 RESERVED_DISK 1024 USE_POOL_PASSWORD no+ config=01-env.conf+ shift+ printf '%s=%s\n' CONDOR_HOST '$(FULL_HOSTNAME)' NUM_CPUS 1 MEMORY 1024 RESERVED_DISK 1024 USE_POOL_PASSWORD no+ bash -x /update-secrets+ prog=update-secrets+ [[ -f /root/secrets/pool_password ]]+ [[ -f /root/secrets/token ]]++ condor_config_val CONDOR_VERSION+ condor_version=25.0.11+ python3 -c 'import sysversion = [int(x) for x in sys.argv[1].split(".")]sys.exit(0 if version >= [8, 9, 12] else 1)' 25.0.11+ copy_secrets_in_dir /etc/condor/tokens-orig.d /etc/condor/tokens.d root+ local from=/etc/condor/tokens-orig.d+ local to=/etc/condor/tokens.d+ local owner=root+ shopt -s nullglob+ [[ -d /etc/condor/tokens-orig.d ]]+ shopt -u nullglob+ copy_secrets_in_dir /etc/condor/passwords-orig.d /etc/condor/passwords.d root+ local from=/etc/condor/passwords-orig.d+ local to=/etc/condor/passwords.d+ local owner=root+ shopt -s nullglob+ [[ -d /etc/condor/passwords-orig.d ]]+ for file in "$from"/*+ [[ -f /etc/condor/passwords-orig.d/POOL ]]++ basename /etc/condor/passwords-orig.d/POOL+ install -o root -g root -m 0600 /etc/condor/passwords-orig.d/POOL /etc/condor/passwords.d/POOL+ shopt -u nullglob+ [[ -f /etc/grid-security-orig.d/hostcert.pem ]]+ bash -x /update-config+ [[ -d /root/config ]]+ cp '/root/config/*.conf' /etc/condor/config.d/cp: cannot stat '/root/config/*.conf': No such file or directory+ pgrep condor_master++ ulimit -Hn+ hard_max=1048576+ rm -f /etc/condor/config.d/01-fdfix.conf+ for attr in COLLECTOR_MAX_FILE_DESCRIPTORS SHARED_PORT_MAX_FILE_DESCRIPTORS SCHEDD_MAX_FILE_DESCRIPTORS MAX_FILE_DESCRIPTORS++ condor_config_val -evaluate COLLECTOR_MAX_FILE_DESCRIPTORS+ config_max=10240+ [[ 10240 =~ ^[0-9]+$ ]]+ [[ 10240 -gt 1048576 ]]+ for attr in COLLECTOR_MAX_FILE_DESCRIPTORS SHARED_PORT_MAX_FILE_DESCRIPTORS SCHEDD_MAX_FILE_DESCRIPTORS MAX_FILE_DESCRIPTORS++ condor_config_val -evaluate SHARED_PORT_MAX_FILE_DESCRIPTORS+ config_max=20000+ [[ 20000 =~ ^[0-9]+$ ]]+ [[ 20000 -gt 1048576 ]]+ for attr in COLLECTOR_MAX_FILE_DESCRIPTORS SHARED_PORT_MAX_FILE_DESCRIPTORS SCHEDD_MAX_FILE_DESCRIPTORS MAX_FILE_DESCRIPTORS++ condor_config_val -evaluate SCHEDD_MAX_FILE_DESCRIPTORS+ config_max=20000+ [[ 20000 =~ ^[0-9]+$ ]]+ [[ 20000 -gt 1048576 ]]+ for attr in COLLECTOR_MAX_FILE_DESCRIPTORS SHARED_PORT_MAX_FILE_DESCRIPTORS SCHEDD_MAX_FILE_DESCRIPTORS MAX_FILE_DESCRIPTORS++ condor_config_val -evaluate MAX_FILE_DESCRIPTORS+ config_max=+ [[ '' =~ ^[0-9]+$ ]]+ [[ -s /etc/condor/config.d/01-fdfix.conf ]]+ [[ -f /root/config/pre-exec.sh ]]+ bash -x /root/config/pre-exec.sh+ exec /usr/bin/supervisord -c /etc/supervisord.conf2026-06-16 21:20:44,122 INFO Set uid to user 0 succeeded2026-06-16 21:20:44,125 INFO RPC interface 'supervisor' initialized2026-06-16 21:20:44,125 CRIT Server 'unix_http_server' running without any HTTP authentication checking2026-06-16 21:20:44,125 INFO supervisord started with pid 12026-06-16 21:20:45,127 INFO spawned: 'condor_master' with pid 262026-06-16 21:20:46,129 INFO success: condor_master entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)