[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

Title:USG buildhelp questions/answers
Moderator:SMURF::FILTER
Created:Mon Apr 26 1993
Last Modified:Mon Jan 20 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2763
Total number of notes:5802

156.0. "RE: Previous problem with bsubmit." by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Jun 18 1993 18:51

Date Of Receipt: 	18-JUN-1993 14:03:22.75
From: 	ABYSS::"gaf@zk3.dec.com" "Gerald Feldman USG"
To: 	odehelp@zk3.dec.com
CC: 	
Subj: 	RE: Previous problem with bsubmit.

I was able to successfully bsubmit from quarry.

T.RTitleUserPersonal
Name
DateLines
156.1Problem with bsubmitSMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Apr 04 1994 19:512357
Date Of Receipt: 	 1-APR-1994 15:01:21.44
From: 	KRISIS::hantman "Paul C. Hantman OSG Test Tools"
To: 	krisis::odehelp
CC: 	krisis::dc, krisis::jmf, krisis::hantman
Subj: 	Problem with bsubmit

Hi,

I'm having a problem with submitting a file. I have a file which has just been
created and checked-in, during the submit I receive the error "fopen:
No such file or directory". At the time it appears to be executing the command
/usr/sde/tools/alpha_OSF1/lib/srcacl.

I have included a log file and the contents of the resub file 14:18.Paul_Hantman.

Any help would be appreciated.

Thanks in adavnce,
Paul

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Script started on Fri Apr 01 14:16:23 1994
% bcreate race.c

[ ./race.c ]
[ creating ./race.c,v ]
[ setting leader to ' * ' ]
[ ./race.c 1.1.1.1 created ]
% vi race.c
[?1h"race.c" 8 lines, 66 characters /*
* @DEC_COPYRIGHT@
 */
/*
* HISTORY
 * $Log:$
 * $EndLog$
 */
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~"race.c" 8 lines, 66 characters






:r ~/GOODrace.c
"/usr/users/hantman/GOODrace.c" 1470
lines, 34395 characters /*
* @DEC_COPYRIGHT@
 */
/*
* HISTORY
 * $Log:$
 * $EndLog$
 */
/*

NAME:
	race.c

WHAT:
	Contains functions to support the threadRace library API

*/

#ifndef lint
static char	*sccsid = "@(#)$RCSfile: race.c,v $ $Revision: 1.1.2.2 $ (DEC) $
Date: 1994/03/27 14:09:10 $";
#endif

// threadRace interface implementation

#include <pthread.h>
#include <errno.h>
#include <stdio.h>
#include <signal.h>
#include <sys/types.h>
#include <time.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>
#include <sys/wait.h>
#include <sys/sysinfo.h>
#include <sys/resource.h>  // for BIND_NO_INHERIT
#include <mach/kern_return.h>
#include <mach.h> // for mach data types

#include "threadRace.h"


const DefaultNumThreadsOnUni = 2; // Default number of threads to create

#define BIND_INHERIT ~BIND_NO_INHERIT  // children should inherit cpu binding

// threadRaceMsg() message type used only by threadRace library

enum { INFO_INTERNAL = 0 };

// The following are used by the race functions to synchronize a thread race.

static enum { Ready = 1, Set = 2 };  // threadState values

// Following "states" are used to enforce calling sequence

static enum { CALLED_NONE, CALLED_GETOPT, CALLED_INIT };









7
87

8static enum { False, True };7
8// Used for specifying constraints on run time and
message interval reporting."race.c" 1475 lines, 34331 characters 
[?1l% bci race.c

[ ./race.c ]
[ scanning for HISTORY messages ]
[ found <<<replace with log message ...>>> marker ]

Command? (type "help" for a list)  [log]  
[?1h"/usr/users/hantman/newsb/testbox/tmp/_LOG_" 1 line, 44
characters <<<replace with log message for ./race.c>>>
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~"/usr/users/hantman/newsb/testbox/tmp/_LOG_" 1 line, 44
characters
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
No lines in bufferInitial
submit."/usr/users/hantman/newsb/testbox/tmp/_LOG_" 1 line,
16 characters 
[?1lCommand? (type "help" for a list)  [check-in]  
[ ./race.c Rev 1.1.1.1 checked in ]
% setenv AUTHCOVER_DEBUG
% printenv
HOME=/usr/users/hantman
LOGNAME=hantman
PATH=/usr/sde/tools/alpha_OSF1/bin:/usr/bin:/usr/local:.
PS1=root@troi> 
SHELL=/bin/csh
TERM=xterm
USER=hantman
MAIL=/usr/spool/mail/hantman
EDITOR=vi
PRINCIPAL=Paul_Hantman
DISPLAY=tiki:0
SANDBOX=testbox
host_machine=alpha
host_os_type=OSF1
BCSDIRECTORY=/usr/sde/ode2.0
BCSPORT=548
LOCTEMP=/usr/tmp/l-hantman
target_os_type=osf1
TARGET_OS_TYPE=ACE
MACHINE=ALPHA
machine=alpha
TARGET_MACHINE=alpha
target_machine=alpha
ARCHIVE_FORMAT=BSDARCH
OBJECT_FORMAT=COFF
CCTYPE=host
context=alpha_OSF1
project_name=qaqc
PROJECT_NAME=QAQC
SITE=OSF
RULES_MK=ode.rules.mk
MAKESYSPATH=/usr/sde/ode2.0/lib/mk
MAKEFILEPATH=/usr/sde/ode2.0/lib/mk
SOURCEDIR=/usr/qcsde/build/src/qaqc/src
BACKED_SOURCEDIR=/usr/users/hantman/newsb/testbox/src:/usr/qcsde/build/src/qaqc/src
SOURCEBASE=/usr/users/hantman/newsb/testbox/src
OBJECTDIR=../obj/alpha_OSF1
EXPORTBASE=/usr/users/hantman/newsb/testbox/export/alpha_OSF1
INCDIRS=-I/usr/users/hantman/newsb/testbox/export/alpha_OSF1/usr/include
 -I/usr/qcsde/build/src/qaqc/export/alpha_OSF1/usr/include
LIBDIRS=-L/usr/users/hantman/newsb/testbox/export/alpha_OSF1/usr/lib
-L/usr/qcsde/build/src/qaqc/export/alpha_OSF1/usr/lib
SHLIBDIRS=-L/usr/users/hantman/newsb/testbox/export/alpha_OSF1/usr/shlib
 -L/usr/qcsde/build/src/qaqc/export/alpha_OSF1/usr/shlib
BACKED_PATH=/usr/qcsde/build/src/qaqc/tools/alpha_OSF1/bin:/usr/sde/ode2
.0/tools/alpha_OSF1/bin:/usr/sde/tools/alpha_OSF1/bin:/usr/bin:/usr/local:.
C_COMPILER=cc
COMP_HOST_ROOT=
COMP_TARGET_ROOT=
CC=cc
_CC_=cc
_cc_=cc
NO_STRDUP=NO_STRDUP
NO_SETENV=NO_SETENV
WORKON=1
AUTHCOVER_DEBUG=
% bsubmit -verbose -debug race.c
>  Reading rc file : /usr/users/hantman/.sandboxrc
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 1 : -nolog: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     -local_co: maxe=1; dup=0; mina=0; maxa=2; a=backing lock.
>> 3 : -sb: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     -resub: maxe=1; dup=0; mina=1; maxa=1; a=[0-9]:[0-5][0-9]
[12][0-9]:[0-5][0-9].
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 13: -tag: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 14: -all: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 16: -config: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 17: -auto_ci: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 19: -auto_out: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>>     -log: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>>     -m: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 22: -no_merge: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 25: -noauto_out: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     !-*: maxe=-1; dup=0; mina=0; maxa=0; a=.
>>     e=race.c; numa=0; nume=1.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 30: -defect: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 32: -date: maxe=1; dup=0; mina=1; maxa=1; a=[1-9]/[1-9]/[0-9][0-9]
[1-9]/[1-3][0-9]/[0-9][0-9] 1[0-2]/[1-9]/[0-9][0-9] 1[0-2]/[1-3][0-9]/[0-9][0-9].
>> 36: -fn: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 37: -set: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 46: -no_build_ci: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 52: -no_build_co: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
>> DEBUG INFO in current_sb:
>> Found sb name in environment.  Name is: testbox.
>> DEBUG INFO in current_sb:
>> sb name is in rc file.  Name is: testbox.
>> DEBUG INFO in current_sb:
>> Found base dir in rcfile. Dir is: /usr/users/hantman/newsb.
>> DEBUG INFO in current_sb:
>> Using default sandbox rc file: /usr/users/hantman/newsb/testbox/rc_files/local.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> current sandbox: testbox
>> sandbox has base dir: /usr/users/hantman/newsb
>> using user's rc file: /usr/users/hantman/.sandboxrc
>> using sandbox's rc file: /usr/users/hantman/newsb/testbox/rc_files/local
>> DEBUG INFO in current_sb:
>> sb name is in rc file.  Name is: testbox.
>> DEBUG INFO in current_sb:
>> Found base dir in rcfile. Dir is: /usr/users/hantman/newsb.
>> DEBUG INFO in current_sb:
>> Using default sandbox rc file: /usr/users/hantman/newsb/testbox/rc_files/local.
>> DEBUG INFO in current_set:
>> found default set, Paul_Hantman_testbox, in sb rcfile.
>> DEBUG INFO in current_sb:
>> sb name is in rc file.  Name is: testbox.
>> DEBUG INFO in current_sb:
>> Found base dir in rcfile. Dir is: /usr/users/hantman/newsb.
>> DEBUG INFO in current_sb:
>> Using default sandbox rc file: /usr/users/hantman/newsb/testbox/rc_files/local.
>> DEBUG INFO in current_set:
>> matched set, Paul_Hantman_testbox, and setdir, ., in sb rcfile.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> from the set: Paul_Hantman_testbox
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> check_out_config is 'QAQC;include /usr/qcsde/build/src/qaqc/CONFIG'
>  build to submit to is: qaqc.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> directory path to build is: /usr/qcsde/build/src.
>> directory to build source is: /usr/qcsde/build/src/qaqc/src.
>> set name for build is: QAQC.
>> use build's rc file: /usr/qcsde/build/src/qaqc/.sandboxrc.
>> submission cover: /usr/sde/ode2.0/tools/alpha_OSF1/lib/subauth.
>> submission host: troi.zk3.dec.com.
>> submission base: /usr/qcsde/build/src/qaqc/logs.
>> submission owner: devbld.
>> will not ask for defect numbers.
>  Time is: 14:18; date is: 4/1/94.
>  cd'ing to sandbox source directory: /usr/users/hantman/newsb/testbox/src.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> The following files and directories will be used:
>> 14:18.Tlog
>> 14:18.Tsnapshot
>> 14:18.Tdefunct
>> 14:18.Thold
>> /usr/qcsde/build/src/qaqc/logs/bsubmit.hold
>> /usr/users/hantman/newsb/testbox/src/14:18.Paul_Hantman
>> /usr/users/hantman/newsb/testbox/src/14:18.bcssteps
>> : Paul_Hantman; Date: 4/1/94; Time: 14:18
>  checking for lock on build: /usr/qcsde/build/src/qaqc/src/.BCSlock
765227894.491054= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227894.493006= kxct using BCS port number == 548
765227894.493982= host lookup
765227894.496910= hostname troi.zk3.dec.com
765227894.497886= socket
765227894.498862= connect
765227894.499838= getsockname
765227894.500814= write debug
765227894.503742= socket control
765227894.504718= bind control
765227894.504718= getsockname control
765227894.505694= listen control
765227894.506670= write control port
765227894.506670= read control port
765227894.605246= accept control
765227894.608174= fork
765227894.611102= start wait for signal socket 6
765227894.614030: reading data port
765227894.619886= open for read of
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman failed: No
such file or directory
765227894.616958: data port 2006
765227894.617934: sending data port 2007
765227894.618910: connected to dataport
765227894.623790: checking kerberos authentication
765227894.808830: authentication ok
765227894.809806: version ok
765227894.811758: local name Paul_Hantman
765227894.811758: principal Paul_Hantman.@ZONE
765227894.812734: reading arglist
auth is ok
765227895.8910: arglist count 5
765227895.203134: arglist length 101
765227895.204110: tempslot 0
765227895.205086: checksum 2424
765227895.206062: arglist teminated ok
765227895.206062: arglist count/length ok
765227895.207038: arglist checksum ok
765227895.207038: arglist ok
765227895.207038: checking config
765227895.208014: tree_base is /usr/qcsde/build/src/qaqc/logs, tree_owner is devbld
765227895.208014: cmd is is_submit_locked
765227895.208990: config file /usr/qcsde/build/src/qaqc/logs/kxct.conf
765227895.251934: config mode ok
765227895.255838: config ownership ok
765227895.890814: setuid/chdir ok
765227895.908382: command /usr/sde/tools/alpha_OSF1/lib/logsubmit acl
no_acl temp ./tlogdir
765227895.909358: read userid 21562
765227896.104558: going to do a chmod on the file
765227896.259742: secretlen 32
765227896.260718: command started
765227896.260718: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227896.261694: userbuf is USER=Paul_Hantman
765227896.261694: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/logsubmit
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 25: !-*: maxe=2; dup=0; mina=0; maxa=0; a=.
>>     e=/usr/qcsde/build/src/qaqc/src/.BCSlock; numa=0; nume=1.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
765227896.399310= saving authorization with length = 32
765227896.419806= writing authorization to
/usr/users/hantman/newsb/testbox/tmp/.0.6273.logsubmit.Paul_Hantman
765227896.421758= temporary authorization cache written
765227896.452990= authorization saved
765227896.453966= start wait for data socket 4 and stdin
765227896.635502: command finished status 0
765227896.638430= reading data socket
765227896.638430= end wait for data socket 4 and stdin
765227896.639406: sending status 0
765227896.641358: parent process = 6272 closed socket and exiting
765227896.652670= wait for child exit
765227896.659502= kxct exited
765227896.670238= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227896.673166= kxct using BCS port number == 548
765227896.674142= host lookup
765227896.730750= hostname troi.zk3.dec.com
765227896.731726= socket
765227896.732702= connect
765227896.733678= getsockname
765227896.734654= write debug
765227896.737582= socket control
765227896.738558= bind control
765227896.738558= getsockname control
765227896.739534= listen control
765227896.739534= write control port
765227896.740510= read control port
765227896.797118= accept control
765227896.800046= fork
765227896.802974= start wait for signal socket 6
765227896.805902: reading data port
765227896.811758= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227896.813710= cached authorization has length = 32
765227896.814686= cached authorization recovered
765227896.808830: data port 2011
765227896.808830: sending data port 2012
765227896.810782: connected to dataport
765227896.817614: reading arglist
765227896.996222: arglist count 5
765227896.997198: arglist length 73
765227896.998174: tempslot 0
765227896.998174: checksum 1a4e
765227896.999150: arglist teminated ok
765227897.126: arglist count/length ok
765227897.126: arglist checksum ok
765227897.1102: arglist ok
765227897.1102: checking config
765227897.1102: tree_base is /usr/qcsde/build/src/qaqc/logs, tree_owner is devbld
765227897.2078: cmd is submit_acl_check
765227897.2078: config file /usr/qcsde/build/src/qaqc/logs/kxct.conf
765227897.3054: config mode ok
765227897.7934: config ownership ok
765227903.185738: setuid/chdir ok
765227903.215994= start wait for data socket 4 and stdin
765227903.290170= reading data socket
765227903.292122= end wait for data socket 4 and stdin
765227903.198426: command /usr/sde/tools/alpha_OSF1/lib/logsubmit acl
no_acl temp ./tlogdir
765227903.198426: read userid 21562
765227903.199402: read secretlen 32
765227903.199402: checking kxct authentication
765227903.199402: got secret
765227903.200378: about to do the fopen()
765227903.214042: return from fopen()
765227903.215018: return from fgetc()
765227903.215018: return from fread()
765227903.216970: local name Paul_Hantman
765227903.218922: principal Paul_Hantman.@ZONE
765227903.218922: command started
765227903.219898: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227903.219898: userbuf is USER=Paul_Hantman
765227903.219898: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/logsubmit
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 25: !-*: maxe=2; dup=0; mina=0; maxa=0; a=.
>>     e=submit.acl; numa=0; nume=1.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
765227903.289194: command finished status 0
765227903.291146: sending status 0
765227903.294074: parent process = 6277 closed socket and exiting
765227903.303834= wait for child exit
765227903.305786= kxct exited
>  checking access control list on submit>  Checking environment...
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> org_dir is ''
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_init
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_check_env
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_check_env
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Composing list of legal copyright markers.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Using default copyright markers.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Looking for copyright markers in string:
>> DEC_COPYRIGHT;DEC_FREE_COPYRIGHT 
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entry 1: DEC_COPYRIGHT
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entry 2: DEC_FREE_COPYRIGHT
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_init
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering setup_for_bcs
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering make_filelist
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_new_list
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_new_list
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_add_to_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> org_path = /	file_name = race.c
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> tbuf =  = (buf without leading slash)
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf = race.c = (tbuf + file_name or just file_name)
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Adding race.c to a list.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_add_to_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> entry number: 2, greater than number of entries: 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving make_filelist
>  Submitting the following files:
>  ./race.c
765227903.381914= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227903.382890= kxct using BCS port number == 548
765227903.383866= host lookup
765227903.386794= hostname troi.zk3.dec.com
765227903.387770= socket
765227903.388746= connect
765227903.390698= getsockname
765227903.391674= write debug
765227903.394602= socket control
765227903.395578= bind control
765227903.395578= getsockname control
765227903.396554= listen control
765227903.397530= write control port
765227903.397530= read control port
765227903.570282= accept control
765227903.573210= fork
765227903.576138= start wait for signal socket 8
765227903.579066: reading data port
765227903.584922= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227903.587850= cached authorization has length = 32
765227903.587850= cached authorization recovered
765227903.581994: data port 2016
765227903.581994: sending data port 2017
765227903.583946: connected to dataport
765227903.590778: reading arglist
765227903.769962: arglist count 4
765227903.770938: arglist length 54
765227903.771914: tempslot 0
765227903.771914: checksum 132c
765227903.773866: arglist teminated ok
765227903.773866: arglist count/length ok
765227903.773866: arglist checksum ok
765227903.774842: arglist ok
765227903.774842: checking config
765227903.775818: tree_base is /usr/qcsde/build/src/qaqc/logs, tree_owner is devbld
765227903.775818: cmd is lockhold
765227903.775818: config file /usr/qcsde/build/src/qaqc/logs/kxct.conf
765227903.776794: config mode ok
765227903.781674: config ownership ok
765227904.580042: setuid/chdir ok
765227904.612250= start wait for data socket 6 and stdin
765227904.597610: command /usr/sde/tools/alpha_OSF1/lib/logsubmit acl
no_acl temp ./tlogdir
765227904.598586: read userid 21562
765227904.598586: read secretlen 32
765227904.599562: checking kxct authentication
765227904.599562: got secret
765227904.599562: about to do the fopen()
765227904.610298: return from fopen()
765227904.610298: return from fgetc()
765227904.611274: return from fread()
765227904.612250: local name Paul_Hantman
765227904.614202: principal Paul_Hantman.@ZONE
765227904.615178: command started
765227904.615178: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227904.615178: userbuf is USER=Paul_Hantman
765227904.616154: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/logsubmit
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 25: !-*: maxe=2; dup=0; mina=0; maxa=0; a=.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
765227904.785578= reading data socket
765227904.786554= end wait for data socket 6 and stdin
765227904.784602: command finished status 0
765227904.785578: sending status 0
765227904.788506: parent process = 6282 closed socket and exiting
765227904.797290= wait for child exit
765227904.799242= kxct exited
>  have lock on hold file.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> begin_atomic
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> checking whether any files are already held
>  checking HOLD file: 14:18.Thold /usr/qcsde/build/src/qaqc/logs/bsubmit.hold
765227904.809978= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227904.810954= kxct using BCS port number == 548
765227904.811930= host lookup
765227904.814858= hostname troi.zk3.dec.com
765227904.815834= socket
765227904.816810= connect
765227904.817786= getsockname
765227904.817786= write debug
765227904.821690= socket control
765227904.822666= bind control
765227904.822666= getsockname control
765227904.823642= listen control
765227904.824618= write control port
765227904.824618= read control port
765227904.965162= accept control
765227904.969066= fork
765227904.971018= start wait for signal socket 8
765227904.974922: reading data port
765227904.980778= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227904.983706= cached authorization has length = 32
765227904.984682= cached authorization recovered
765227904.976874: data port 2021
765227904.977850: sending data port 2022
765227904.978826: connected to dataport
765227904.986634: reading arglist
765227905.164266: arglist count 6
765227905.165242: arglist length 110
765227905.166218: tempslot 2
765227905.166218: tempmode 3
765227905.167194: checksum 2699
765227905.168170: arglist teminated ok
765227905.168170: arglist count/length ok
765227905.169146: arglist checksum ok
765227905.169146: arglist ok
765227905.170122: checking config
765227905.170122: tree_base is /usr/qcsde/build/src/qaqc/logs, tree_owner is devbld
765227905.170122: cmd is copyfile
765227905.171098: config file /usr/qcsde/build/src/qaqc/logs/kxct.conf
765227905.185738: config mode ok
765227905.190618: config ownership ok
765227905.911482: setuid/chdir ok
765227905.924170= start wait for data socket 6 and stdin
765227905.915386: command /usr/sde/tools/alpha_OSF1/lib/logsubmit acl
no_acl temp ./tlogdir
765227905.916362: read userid 21562
765227905.916362: read secretlen 32
765227905.916362: checking kxct authentication
765227905.917338: got secret
765227905.917338: about to do the fopen()
765227905.921242: return from fopen()
765227905.922218: return from fgetc()
765227905.922218: return from fread()
765227905.923194: local name Paul_Hantman
765227905.925146: principal Paul_Hantman.@ZONE
765227905.927098: receiving data
765227905.927098: exists 0
765227905.927098: perm 0600, count 0
765227906.159386: tempfile ./tlogdir/14:18.Thold
765227906.240394: command started
765227906.241370: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227906.241370: userbuf is USER=Paul_Hantman
765227906.241370: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/logsubmit
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 25: !-*: maxe=2; dup=0; mina=0; maxa=0; a=.
>>     e=/usr/qcsde/build/src/qaqc/logs/bsubmit.hold; numa=0; nume=2.
>>     e=./tlogdir/14:18.Thold: numa=0.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
>> DEBUG INFO in copyfile:
>> Arg[0] is: /usr/qcsde/build/src/qaqc/logs/bsubmit.hold.
>> DEBUG INFO in copyfile:
>> Arg[1] is: ./tlogdir/14:18.Thold.
>> DEBUG INFO in copyfile:
>> copy_hold: /usr/qcsde/build/src/qaqc/logs/bsubmit.hold --> ./tlogdir/14:18.Thold
>> DEBUG INFO in copyfile:
>> filename is: Thold.
765227906.399568= reading data socket
765227906.401520= end wait for data socket 6 and stdin
client: receiving data
client: exists 1
client: perm 765227906.398592: command finished status 0
765227906.400544: sending data
765227906.406400: exists 1
765227906.408352: perm 0644
765227906.409328: count 76
765227906.411280: bufsize 76
765227906.412256: read 76 bytes
765227906.499120: transfer complete
765227906.499120: sending status 0
765227906.499120: parent process = 6287 closed socket and exiting
765227906.502048= wait for child exit
0644
client: count 76
client: bufsize 76
client: loop count 76
client: read 76 bytes
client: wrote 76 bytes
765227906.532304= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering append_to_hold_file
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> holdline :: Paul_Hantman; Date: 4/1/94; Time: 14:18:
765227906.569392= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227906.571344= kxct using BCS port number == 548
765227906.572320= host lookup
765227906.575248= hostname troi.zk3.dec.com
765227906.576224= socket
765227906.576224= connect
765227906.578176= getsockname
765227906.578176= write debug
765227906.582080= socket control
765227906.582080= bind control
765227906.583056= getsockname control
765227906.584032= listen control
765227906.584032= write control port
765227906.585008= read control port
765227906.758336= accept control
765227906.761264= fork
765227906.764192= start wait for signal socket 8
765227906.767120: reading data port
765227906.773952= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227906.775904= cached authorization has length = 32
765227906.776880= cached authorization recovered
765227906.770048: data port 2026
765227906.770048: sending data port 2027
765227906.772000: connected to dataport
765227906.779808: reading arglist
765227906.957440: arglist count 5
765227906.958416: arglist length 68
765227906.959392: tempslot 1
765227906.959392: tempmode 1
765227906.960368: checksum 172c
765227906.961344: arglist teminated ok
765227906.961344: arglist count/length ok
765227906.962320: arglist checksum ok
765227906.962320: arglist ok
765227906.963296: checking config
765227906.963296: tree_base is /usr/qcsde/build/src/qaqc/logs, tree_owner is devbld
765227906.963296: cmd is appendhold
765227906.964272: config file /usr/qcsde/build/src/qaqc/logs/kxct.conf
765227906.968176: config mode ok
765227906.973056: config ownership ok
765227907.635760: setuid/chdir ok
765227907.648448= start wait for data socket 6 and stdin
765227907.639664: command /usr/sde/tools/alpha_OSF1/lib/logsubmit acl
no_acl temp ./tlogdir
765227907.640640: read userid 21562
765227907.640640: read secretlen 32
765227907.640640: checking kxct authentication
765227907.641616: got secret
765227907.641616: about to do the fopen()
765227907.645520: return from fopen()
765227907.646496: return from fgetc()
765227907.646496: return from fread()
765227907.647472: local name Paul_Hantman
765227907.650000: principal Paul_Hantman.@ZONE
765227907.651952: receiving data
765227907.652928: exists 1
765227907.754432: perm 0644, count 51
765227907.909616: tempfile ./tlogdir/14:18.Thold
765227908.107744= reading data socket
>  found no holds on files being submitted.
765227908.111648= reading data socket
765227908.111648= end wait for data socket 6 and stdin
client: receiving data
765227907.964272: transfer complete
765227907.965248: command started
765227907.965248: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227907.965248: userbuf is USER=Paul_Hantman
765227907.966224: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/logsubmit
>> DEBUG INFO in ui_init:
>> Contents of interface table:
>> 6 : -noauto: maxe=1; dup=0; mina=0; maxa=0; a=.
>> 8 : -auto: maxe=1; dup=0; mina=0; maxa=0; a=.
>>     e=-auto; numa=0; nume=1.
>> 20: -sb_rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 25: !-*: maxe=2; dup=0; mina=0; maxa=0; a=.
>>     e=./tlogdir/14:18.Thold; numa=0; nume=1.
>> 26: -rc: maxe=1; dup=0; mina=1; maxa=1; a=!-*.
>> 42: -info: maxe=1; dup=0; mina=0; maxa=0; a=.
>> vl=7; ap=8; ip=42.
>> DEBUG INFO in appendhold:
>> Arg is: ./tlogdir/14:18.Thold.
>> DEBUG INFO in appendhold:
>> filename is: Thold.
765227908.109696: command finished status 0
765227908.112624: sending data
765227908.210224: not wanted back
765227908.211200: sending status 0
765227908.212176: parent process = 6292 closed socket and exiting
765227908.220960= wait for child exit
765227908.222912= kxct exited
>  added 1 files to the hold list.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> end_atomic
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving setup_for_bcs
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering validate_submission
>  Validating submission...
authcover rlog -h ./race.c
765227908.277568= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227908.280496= kxct using BCS port number == 548
765227908.281472= host lookup
765227908.284400= hostname troi.zk3.dec.com
765227908.285376= socket
765227908.286352= connect
765227908.287328= getsockname
765227908.288304= write debug
765227908.291232= socket control
765227908.292208= bind control
765227908.292208= getsockname control
765227908.293184= listen control
765227908.293184= write control port
765227908.294160= read control port
765227908.351744= accept control
765227908.354672= fork
765227908.357600= start wait for signal socket 8
765227908.360528: reading data port
765227908.366384= open for read of
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman failed: No
such file or directory
765227908.363456: data port 2031
765227908.363456: sending data port 2032
765227908.365408: connected to dataport
765227908.370288: checking kerberos authentication
765227908.554752: authentication ok
765227908.555728: version ok
765227908.557680: local name Paul_Hantman
765227908.557680: principal Paul_Hantman.@ZONE
765227908.557680: reading arglist
auth is ok
765227908.755408: arglist count 5
765227908.949632: arglist length 52
765227908.950608: tempslot 0
765227908.951584: checksum 115b
765227908.952560: arglist teminated ok
765227908.952560: arglist count/length ok
765227908.952560: arglist checksum ok
765227908.953536: arglist ok
765227908.953536: checking config
765227908.954512: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227908.954512: cmd is rlog
765227908.954512: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227908.995504: config mode ok
765227908.999408: config ownership ok
765227909.914496: setuid/chdir ok
765227909.930112: command /usr/sde/tools/alpha_OSF1/bin/rlog acl no_acl
temp /tmp/#kxctdXXXXXX
765227909.930112: read userid 21562
765227910.9168: going to do a chmod on the file
765227911.52198: secretlen 32
765227911.74646= saving authorization with length = 32
765227911.53174: command started
765227911.54150: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227911.54150: userbuf is USER=Paul_Hantman
765227911.54150: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rlog
765227911.73670: command finished status 0
765227911.75622: sending status 0
765227911.78550: parent process = 6297 closed socket and exiting
765227911.87334= wait for child exit
765227911.100998= writing authorization to
/usr/users/hantman/newsb/testbox/tmp/.0.6298.authcover.Paul_Hantman
765227911.102950= temporary authorization cache written
765227911.134182= authorization saved
765227911.135158= start wait for data socket 6 and stdin
765227911.136134= reading data socket
765227911.138086= reading data socket
765227911.138086= end wait for data socket 6 and stdin
765227911.141014= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> In sci_read_leader, leader is ' * '
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> In sci_lookup_leader_list, leader is ' * '
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> In sci_lookup_leader_list, leader is ' * '
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_config_lookup
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_config_lookup
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> config_rev is '1.1'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_lookup_user_rev_list.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering rcsfullstat at depth 0.
authcover rcsstat -q -D -V -rPaul_Hantman_testbox ./race.c
765227911.185910= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227911.187862= kxct using BCS port number == 548
765227911.188838= host lookup
765227911.191766= hostname troi.zk3.dec.com
765227911.192742= socket
765227911.193718= connect
765227911.194694= getsockname
765227911.195670= write debug
765227911.199574= socket control
765227911.199574= bind control
765227911.200550= getsockname control
765227911.201526= listen control
765227911.201526= write control port
765227911.204454= read control port
765227911.344022= accept control
765227911.346950= fork
765227911.349878= start wait for signal socket 8
765227911.352806: reading data port
765227911.358662= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227911.360614= cached authorization has length = 32
765227911.361590= cached authorization recovered
765227911.355734: data port 2036
765227911.355734: sending data port 2037
765227911.357686: connected to dataport
765227911.364518: reading arglist
765227911.543126: arglist count 8
765227911.544102: arglist length 84
765227911.545078: tempslot 0
765227911.545078: checksum 1c67
765227911.546054: arglist teminated ok
765227911.547030: arglist count/length ok
765227911.547030: arglist checksum ok
765227911.548006: arglist ok
765227911.548006: checking config
765227911.548006: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227911.548982: cmd is rcsstat
765227911.548982: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227911.549958: config mode ok
765227911.554838: config ownership ok
765227912.342070: setuid/chdir ok
765227912.355734= start wait for data socket 6 and stdin
765227912.381110= reading data socket
765227912.385014= reading data socket
765227912.385990= end wait for data socket 6 and stdin
765227912.346950: command /usr/sde/tools/alpha_OSF1/bin/rcsstat acl
no_acl temp /tmp/#kxctdXXXXXX
765227912.346950: read userid 21562
765227912.346950: read secretlen 32
765227912.347926: checking kxct authentication
765227912.347926: got secret
765227912.348902: about to do the fopen()
765227912.354758: return from fopen()
765227912.354758: return from fgetc()
765227912.354758: return from fread()
765227912.356710: local name Paul_Hantman
765227912.358662: principal Paul_Hantman.@ZONE
765227912.359638: command started
765227912.359638: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227912.359638: userbuf is USER=Paul_Hantman
765227912.360614: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rcsstat
765227912.383062: command finished status 0
765227912.385014: sending status 0
765227912.387942: parent process = 6302 closed socket and exiting
765227912.396726= wait for child exit
765227912.398678= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rcsstat returned revision 1.1.1.2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving rcsfullstat at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> ver_user, def_str '1.1.1.2', ''
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_lookup_user_rev_list.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_is_branch at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_is_branch at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> file is '/usr/qcsde/build/src/qaqc/CONFIG'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_lookup_merge_rev_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev_str 'QAQC'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> config_str ';QAQC;<1993/09/21,21:46:09'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering rcsfullstat at depth 1.
authcover rcsstat -q -D -V -rQAQC ./race.c
765227912.431862= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227912.433814= kxct using BCS port number == 548
765227912.434790= host lookup
765227912.437718= hostname troi.zk3.dec.com
765227912.438694= socket
765227912.439670= connect
765227912.440646= getsockname
765227912.440646= write debug
765227912.444550= socket control
765227912.445526= bind control
765227912.445526= getsockname control
765227912.446502= listen control
765227912.447478= write control port
765227912.447478= read control port
765227912.539222= accept control
765227912.542150= fork
765227912.545078= start wait for signal socket 8
765227912.548006: reading data port
765227912.553862= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227912.556790= cached authorization has length = 32
765227912.557766= cached authorization recovered
765227912.550934: data port 2041
765227912.550934: sending data port 2042
765227912.552886: connected to dataport
765227912.559718: reading arglist
765227912.738902: arglist count 8
765227912.739878: arglist length 68
765227912.740854: tempslot 0
765227912.740854: checksum 156d
765227912.742806: arglist teminated ok
765227912.742806: arglist count/length ok
765227912.742806: arglist checksum ok
765227912.743782: arglist ok
765227912.743782: checking config
765227912.743782: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227912.744758: cmd is rcsstat
765227912.744758: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227912.745734: config mode ok
765227912.750614: config ownership ok
765227913.514822: setuid/chdir ok
765227913.519702: command /usr/sde/tools/alpha_OSF1/bin/rcsstat acl
no_acl temp /tmp/#kxctdXXXXXX
765227913.519702: read userid 21562
765227913.519702: read secretlen 32
765227913.520678: checking kxct authentication
765227913.520678: got secret
765227913.521654: about to do the fopen()
765227913.533366: return from fopen()
765227913.534342: return from fgetc()
765227913.534342: return from fread()
765227913.537270= start wait for data socket 6 and stdin
765227913.562646= reading data socket
765227913.563622= end wait for data socket 6 and stdin
765227913.539222: local name Paul_Hantman
765227913.539222: principal Paul_Hantman.@ZONE
765227913.540198: command started
765227913.540198: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227913.540198: userbuf is USER=Paul_Hantman
765227913.541174: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rcsstat
765227913.561670: command finished status 1
765227913.562646: sending status 1
765227913.565574: parent process = 6307 closed socket and exiting
765227913.575334= wait for child exit
765227913.576310= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rcsstat returned revision 
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving rcsfullstat at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering rcsfullstat at depth 1.
authcover rcsstat -q -D -V -r;QAQC;<1993/09/21,21:46:09 ./race.c
765227913.591926= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227913.593878= kxct using BCS port number == 548
765227913.594854= host lookup
765227913.597782= hostname troi.zk3.dec.com
765227913.598758= socket
765227913.598758= connect
765227913.599734= getsockname
765227913.600710= write debug
765227913.605590= socket control
765227913.606566= bind control
765227913.606566= getsockname control
765227913.607542= listen control
765227913.607542= write control port
765227913.608518= read control port
765227913.734998= accept control
765227913.739878= fork
765227913.741830= start wait for signal socket 8
765227913.745734: reading data port
765227913.751590= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227913.753542= cached authorization has length = 32
765227913.754518= cached authorization recovered
765227913.747686: data port 2046
765227913.748662: sending data port 2047
765227913.750614: connected to dataport
765227913.757446: reading arglist
765227913.934102: arglist count 8
765227913.935078: arglist length 90
765227913.936054: tempslot 0
765227913.936054: checksum 19f5
765227913.937030: arglist teminated ok
765227913.938006: arglist count/length ok
765227913.938006: arglist checksum ok
765227913.938006: arglist ok
765227913.938982: checking config
765227913.938982: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227913.939958: cmd is rcsstat
765227913.939958: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227913.940934: config mode ok
765227913.945814: config ownership ok
765227914.758508: setuid/chdir ok
765227914.775100= start wait for data socket 6 and stdin
765227914.835612= reading data socket
765227914.840492= reading data socket
765227914.841468= end wait for data socket 6 and stdin
765227914.767292: command /usr/sde/tools/alpha_OSF1/bin/rcsstat acl
no_acl temp /tmp/#kxctdXXXXXX
765227914.768268: read userid 21562
765227914.768268: read secretlen 32
765227914.768268: checking kxct authentication
765227914.769244: got secret
765227914.771196: about to do the fopen()
765227914.774124: return from fopen()
765227914.774124: return from fgetc()
765227914.774124: return from fread()
765227914.776076: local name Paul_Hantman
765227914.778028: principal Paul_Hantman.@ZONE
765227914.779004: command started
765227914.779004: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227914.779004: userbuf is USER=Paul_Hantman
765227914.779980: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rcsstat
765227914.837564: command finished status 0
765227914.840492: sending status 0
765227914.843420: parent process = 6312 closed socket and exiting
765227914.852204= wait for child exit
765227914.854156= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rcsstat returned revision 1.1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving rcsfullstat at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Setting ver_merge to '1.1'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_lookup_merge_rev_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_locked_list at depth 0.
authcover rlog -h -rPaul_Hantman_testbox ./race.c
765227914.926380= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227914.928332= kxct using BCS port number == 548
765227914.929308= host lookup
765227914.933212= hostname troi.zk3.dec.com
765227914.934188= socket
765227914.935164= connect
765227914.936140= getsockname
765227914.937116= write debug
765227914.940044= socket control
765227914.941020= bind control
765227914.941020= getsockname control
765227914.942972= listen control
765227914.943948= write control port
765227914.944924= read control port
765227915.129388= accept control
765227915.133292= fork
765227915.135244= start wait for signal socket 8
765227915.139148: reading data port
765227915.144028= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227915.146956= cached authorization has length = 32
765227915.147932= cached authorization recovered
765227915.141100: data port 2051
765227915.142076: sending data port 2052
765227915.143052: connected to dataport
765227915.149884: reading arglist
765227915.328492: arglist count 6
765227915.329468: arglist length 75
765227915.330444: tempslot 0
765227915.330444: checksum 1a1a
765227915.332396: arglist teminated ok
765227915.332396: arglist count/length ok
765227915.332396: arglist checksum ok
765227915.333372: arglist ok
765227915.333372: checking config
765227915.333372: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227915.334348: cmd is rlog
765227915.334348: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227915.335324: config mode ok
765227915.340204: config ownership ok
765227916.293356: setuid/chdir ok
765227916.307020= start wait for data socket 6 and stdin
765227916.300188: command /usr/sde/tools/alpha_OSF1/bin/rlog acl no_acl
temp /tmp/#kxctdXXXXXX
765227916.301164: read userid 21562
765227916.301164: read secretlen 32
765227916.301164: checking kxct authentication
765227916.302140: got secret
765227916.302140: about to do the fopen()
765227916.305068: return from fopen()
765227916.305068: return from fgetc()
765227916.306044: return from fread()
765227916.307996: local name Paul_Hantman
765227916.308972: principal Paul_Hantman.@ZONE
765227916.309948: command started
765227916.309948: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227916.310924: userbuf is USER=Paul_Hantman
765227916.310924: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rlog
765227916.328492= reading data socket
765227916.332396= reading data socket
765227916.334348= end wait for data socket 6 and stdin
765227916.331420: command finished status 0
765227916.332396: sending status 0
765227916.336300: parent process = 6317 closed socket and exiting
765227916.345084= wait for child exit
765227916.346060= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_locked_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_ancestor_list
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_setup_merge
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_setup_merge
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_prep_merge
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> before. R1 :-p1.1: R2 :-p1.1.1.2: R3 :-p
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_ancestor
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> config 'b' is '1.1'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> comparison yields '-1'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev3 (1) is :1.1:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev3 (2) is :1.1:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_ancestor
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> after.  R1 :-p1.1: R2 :-p1.1.1.2: R3 :1.1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_prep_merge
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev1,2,3: '-p1.1' '-p1.1.1.2' '-p1.1'
>  Common ancestor 1.1; will just use revision 1.1.1.2
>  No merge required

*** No user interaction will be required during the merge step. ***

>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving validate_submission
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_trackfile
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_trackfile
>> DEBUG INFO in current_sb:
>> sb name is in rc file.  Name is: qaqc.
>> DEBUG INFO in current_sb:
>> Found base dir in rcfile. Dir is: /usr/qcsde/build/src.
>> DEBUG INFO in current_sb:
>> Using default sandbox rc file: /usr/qcsde/build/src/qaqc/rc_files/local.
>  Performing merge(s)...
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_merge_list at depth 0.
>  ./race.c
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering merge_elem
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_merge
>  Retrieving revision 1.1.1.2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_check_out_with_fd
authcover co -q -p1.1.1.2 ./race.c,v
765227916.551020= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227916.552972= kxct using BCS port number == 548
765227916.553948= host lookup
765227916.556876= hostname troi.zk3.dec.com
765227916.557852= socket
765227916.558828= connect
765227916.559804= getsockname
765227916.559804= write debug
765227916.563708= socket control
765227916.564684= bind control
765227916.564684= getsockname control
765227916.565660= listen control
765227916.565660= write control port
765227916.566636= read control port
765227916.723372= accept control
765227916.727276= fork
765227916.729228= start wait for signal socket 8
765227916.733132: reading data port
765227916.738012= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227916.740940= cached authorization has length = 32
765227916.743868= cached authorization recovered
765227916.735084: data port 2056
765227916.736060: sending data port 2057
765227916.737036: connected to dataport
765227916.745820: reading arglist
765227916.922476: arglist count 6
765227916.923452: arglist length 62
765227916.924428: tempslot 0
765227916.924428: checksum 1310
765227916.926380: arglist teminated ok
765227916.926380: arglist count/length ok
765227916.926380: arglist checksum ok
765227916.927356: arglist ok
765227916.927356: checking config
765227916.927356: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227916.928332: cmd is co
765227916.928332: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227916.929308: config mode ok
765227916.934188: config ownership ok
765227917.760460: setuid/chdir ok
765227917.769244= start wait for data socket 6 and stdin
765227917.810236= reading data socket
765227917.819020= reading data socket
765227917.824876= reading data socket
765227917.830732= reading data socket
765227917.833660= reading data socket
765227917.838540= reading data socket
765227917.840492= end wait for data socket 6 and stdin
765227917.764364: command /usr/sde/tools/alpha_OSF1/lib/rcsacl acl
no_acl temp ./.rcstempXXXXXX
765227917.764364: read userid 21562
765227917.764364: read secretlen 32
765227917.765340: checking kxct authentication
765227917.765340: got secret
765227917.766316: about to do the fopen()
765227917.768268: return from fopen()
765227917.768268: return from fgetc()
765227917.768268: return from fread()
765227917.770220: local name Paul_Hantman
765227917.772172: principal Paul_Hantman.@ZONE
765227917.773148: command started
765227917.773148: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227917.773148: userbuf is USER=Paul_Hantman
765227917.774124: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/rcsacl
765227917.837564: command finished status 0
765227917.838540: sending status 0
765227917.841468: parent process = 6322 closed socket and exiting
765227917.846348= wait for child exit
765227917.853180= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_check_out_with_fd
>  Common ancestor 1.1; will just use revision 1.1.1.2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_merge
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read '/*'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> search_for (1) '/*' returned 0, line 1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 3
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * @DEC_COPYRIGHT@'>> DEBUG INFO in
/usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> search_for (2) 'COPYRIGHT' returned 0, line 2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> checking: @DEC_FREE_COPYRIGHT@
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> checking: @DEC_COPYRIGHT@
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Found legal copyright marker: @DEC_COPYRIGHT@
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' */'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 3
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> search_for (3) '*/' returned 0, line 3
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read '/*'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 4
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 3
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * HISTORY'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 5
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * $Log: race.c,v $'>> DEBUG INFO in
/usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 6
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Mode: 1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * Revision 1.1.1.2  1994/04/01  19:17:40  Paul_Hantman'>>
DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 7
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * 	Initial submit.'>> DEBUG INFO in
/usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 8
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' *'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 9
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> read ' * $EndLog$'>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> buf_lines = 10
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving getline at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving search for at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving merge_elem
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering copy_file
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> src :/usr/users/hantman/newsb/testbox/tmp/race.c:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> dst :./race.c:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving copy_file: rename successful
>  creating /usr/users/hantman/newsb/testbox/src/14:18.bcssteps
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_merge_list at depth 0.
>  Preparing for check-in(s)...
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> begin_atomic
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> end_atomic
>  Checking files in; Set: 'QAQC'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_check_in_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> mesgfile is '/usr/users/hantman/newsb/testbox/tmp/_LOG_'
>  ./race.c
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving check_path at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> begin_atomic
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering copy_file
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> src :./race.c:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> dst :/usr/users/hantman/newsb/testbox/tmp/race.c:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving copy_file: rename successful
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_xtract_log at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_logmsg at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev is '1.1.1.2'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> In src_ctl_lookup_logmsg mesgfile is
'/usr/users/hantman/newsb/testbox/tmp/_LOG_'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_extract_history at depth 3.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rev is 'NULL pointer'
>  Scanning for HISTORY and $Log...$ messages
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering process_log_messages at depth 4.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> leader ' * '
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> nrev '0'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving process_log_messages at depth 4.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_extract_history at depth 3.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_logmsg at depth 2.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_xtract_log at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> logmsg is ''
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering okmesg at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving okmesg at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> logmsg is '	Initial submit.
	[1994/04/01  19:17:40  Paul_Hantman]
'
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Before calling src_ctl_check_in, ver_merge is '1.1'
authcover -t1 3 branch_ci -r1.1 -NQAQC race.c ./race.c,v
765227918.284592= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227918.285569= kxct using BCS port number == 548
765227918.286546= host lookup
765227918.291431= hostname troi.zk3.dec.com
765227918.292408= socket
765227918.292408= connect
765227918.293385= getsockname
765227918.294362= write debug
765227918.297293= socket control
765227918.298270= bind control
765227918.299247= getsockname control
765227918.299247= listen control
765227918.300224= write control port
765227918.300224= read control port
765227918.316833= accept control
765227918.319764= fork
765227918.322695= start wait for signal socket 8
765227918.326603: reading data port
765227918.332465= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227918.335396= cached authorization has length = 32
765227918.336373= cached authorization recovered
765227918.328557: data port 2061
765227918.329534: sending data port 2062
765227918.330511: connected to dataport
765227918.338327: reading arglist
765227918.516945: arglist count 7
765227918.517921: arglist length 76
765227918.517921: tempslot 3
765227918.517921: tempmode 1
765227918.518897: checksum 1849
765227918.519873: arglist teminated ok
765227918.519873: arglist count/length ok
765227918.520849: arglist checksum ok
765227918.520849: arglist ok
765227918.521825: checking config
765227918.521825: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227918.521825: cmd is branch_ci
765227918.522801: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227918.522801: config mode ok
765227918.527681: config ownership ok
765227919.293441: setuid/chdir ok
765227919.315889: command /usr/sde/tools/alpha_OSF1/lib/rcsacl acl
no_acl temp ./.rcstempXXXXXX
765227919.324673= start wait for data socket 6 and stdin
765227919.316865: read userid 21562
765227919.316865: read secretlen 32
765227919.316865: checking kxct authentication
765227919.317841: got secret
765227919.317841: about to do the fopen()
765227919.319793: return from fopen()
765227919.319793: return from fgetc()
765227919.320769: return from fread()
765227919.321745: local name Paul_Hantman
765227919.322721: principal Paul_Hantman.@ZONE
765227919.325649: receiving data
765227919.327601: exists 1
765227919.328577: perm 0644, count 34341
765227919.457409: tempfile ./.rcstemp006328/race.c
765227920.854241: transfer complete
765227920.856193: command started
765227920.856193: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227920.856193: userbuf is USER=Paul_Hantman
765227920.856193: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/rcsacl
RCS file: ./race.c,v
1.1 locked
done
./race.c,v  <--  ./.rcstemp006328/race.c
new revision: 1.1.2.1; previous revision: 1.1
done
RCS file: ./race.c,v
1.1 unlocked
done
RCS file: ./race.c,v
1.1.2.1 locked
765227923.604870= reading data socket
765227923.606822= end wait for data socket 6 and stdin
client: receiving data
done
765227923.603894: command finished status 0
765227923.605846: sending data
765227923.646838: not wanted back
765227923.647814: sending status 0
765227923.647814: parent process = 6328 closed socket and exiting
765227923.658150= wait for child exit
765227923.659126= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering rcsfullstat at depth 1.
authcover rcsstat -q -D -V -rQAQC ./race.c
765227923.671814= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227923.673766= kxct using BCS port number == 548
765227923.674742= host lookup
765227923.677670= hostname troi.zk3.dec.com
765227923.678646= socket
765227923.679622= connect
765227923.680598= getsockname
765227923.680598= write debug
765227923.684502= socket control
765227923.685478= bind control
765227923.686454= getsockname control
765227923.686454= listen control
765227923.687430= write control port
765227923.688406= read control port
765227923.696214= accept control
765227923.699142= fork
765227923.702070= start wait for signal socket 8
765227923.704998: reading data port
765227923.712806= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227923.715734= cached authorization has length = 32
765227923.716710= cached authorization recovered
765227923.708902: data port 2066
765227923.709878: sending data port 2067
765227923.711830: connected to dataport
765227923.717686: reading arglist
765227923.895318: arglist count 8
765227923.896294: arglist length 68
765227923.897270: tempslot 0
765227923.897270: checksum 156d
765227923.899222: arglist teminated ok
765227923.899222: arglist count/length ok
765227923.900198: arglist checksum ok
765227923.900198: arglist ok
765227923.900198: checking config
765227923.901174: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227923.901174: cmd is rcsstat
765227923.902150: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227923.907030: config mode ok
765227923.911910: config ownership ok
765227924.847494: setuid/chdir ok
765227924.862134= start wait for data socket 6 and stdin
765227924.884582= reading data socket
765227924.888486= reading data socket
765227924.889462= end wait for data socket 6 and stdin
765227924.852374: command /usr/sde/tools/alpha_OSF1/bin/rcsstat acl
no_acl temp /tmp/#kxctdXXXXXX
765227924.852374: read userid 21562
765227924.853350: read secretlen 32
765227924.853350: checking kxct authentication
765227924.854326: got secret
765227924.854326: about to do the fopen()
765227924.860182: return from fopen()
765227924.861158: return from fgetc()
765227924.861158: return from fread()
765227924.863110: local name Paul_Hantman
765227924.865062: principal Paul_Hantman.@ZONE
765227924.865062: command started
765227924.866038: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227924.866038: userbuf is USER=Paul_Hantman
765227924.867014: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rcsstat
765227924.886534: command finished status 0
765227924.888486: sending status 0
765227924.893366: parent process = 6340 closed socket and exiting
765227924.905078= wait for child exit
765227924.907030= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rcsstat returned revision 1.1.2.1
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving rcsfullstat at depth 1.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_check_in at depth 1.
authcover -t2 5 ci -f -sExp -u1.1.2 -m	Initial submit.
	[1994/04/01  19:17:40  Paul_Hantman]
 race.c ./race.c,v
765227924.923622= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227924.924598= kxct using BCS port number == 548
765227924.925574= host lookup
765227924.928502= hostname troi.zk3.dec.com
765227924.929478= socket
765227924.930454= connect
765227924.931430= getsoc>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_check_in at depth 1.
kname
765227924.936310= write debug
765227924.938262= socket control
765227924.939238= bind control
765227924.940214= getsockname control
765227924.940214= listen control
765227924.941190= write control port
765227924.942166= read control port
765227925.91494= accept control
765227925.95398= fork
765227925.98326= start wait for signal socket 8
765227925.101254: reading data port
765227925.108086= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227925.111014= cached authorization has length = 32
765227925.111990= cached authorization recovered
765227925.104182: data port 2071
765227925.105158: sending data port 2072
765227925.106134: connected to dataport
765227925.113942: reading arglist
765227925.289622: arglist count 9
765227925.290598: arglist length 131
765227925.291574: tempslot 5
765227925.291574: tempmode 3
765227925.292550: checksum 269e
765227925.293526: arglist teminated ok
765227925.294502: arglist count/length ok
765227925.294502: arglist checksum ok
765227925.294502: arglist ok
765227925.295478: checking config
765227925.295478: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227925.296454: cmd is ci
765227925.296454: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227925.297430: config mode ok
765227925.302310: config ownership ok
765227926.210566: setuid/chdir ok
765227926.223254= start wait for data socket 6 and stdin
765227926.214470: command /usr/sde/tools/alpha_OSF1/lib/rcsacl acl
no_acl temp ./.rcstempXXXXXX
765227926.214470: read userid 21562
765227926.214470: read secretlen 32
765227926.214470: checking kxct authentication
765227926.214470: got secret
765227926.215446: about to do the fopen()
765227926.218374: return from fopen()
765227926.218374: return from fgetc()
765227926.219350: return from fread()
765227926.220326: local name Paul_Hantman
765227926.221302: principal Paul_Hantman.@ZONE
765227926.224230: receiving data
765227926.226182: exists 1
765227926.227158: perm 0644, count 34341
765227926.346313: tempfile ./.rcstemp006345/race.c
765227926.481004: transfer complete
765227926.481980: command started
765227926.481980: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227926.481980: userbuf is USER=Paul_Hantman
765227926.482956: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/rcsacl
./race.c,v  <--  ./.rcstemp006345/race.c
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
765227928.525900= reading data socket
765227928.527852= end wait for data socket 6 and stdin
client: receiving data
client: exists 1
client: perm 765227928.524924: command finished status 0
765227928.525900: sending data
765227928.532732: exists 1
765227928.533708: perm 0444
765227928.534684: count 34461
765227928.538588: bufsize 10240
765227928.538588: read 10240 bytes
765227928.539564: read 10240 bytes
765227928.540540: read 10240 bytes
765227928.541516: read 3741 bytes
765227928.603004: transfer complete
765227928.603980: sending status 0
0444
client: count 34461
client: bufsize 10240
client: loop count 34461
client: read 2914 bytes
client: wrote 2914 bytes
client: loop count 31547
765227928.693372: parent process = 6345 closed socket and exiting
765227928.698252= wait for child exit
client: read 4380 bytes
client: wrote 4380 bytes
client: loop count 27167
client: read 5840 bytes
client: wrote 5840 bytes
client: loop count 21327
client: read 7300 bytes
client: wrote 7300 bytes
client: loop count 14027
client: read 8760 bytes
client: wrote 8760 bytes
client: loop count 5267
client: read 5267 bytes
client: wrote 5267 bytes
765227928.720700= kxct exited
[ ./race.c checked in onto branch 1.1.2 ]
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering save_log_message
>  Updating ./.BCSlog-Paul_Hantman_testbox
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving save_log_message
>  creating /usr/users/hantman/newsb/testbox/src/14:18.bcssteps
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> end_atomic
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_check_in_list at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering sci_lookup_latest_rev_list.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering rcsfullstat at depth 0.
authcover rcsstat -q -D -V -rQAQC ./race.c
765227928.890524= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227928.892476= kxct using BCS port number == 548
765227928.893452= host lookup
765227928.896380= hostname troi.zk3.dec.com
765227928.897356= socket
765227928.899308= connect
765227928.901260= getsockname
765227928.901260= write debug
765227928.904188= socket control
765227928.907116= bind control
765227928.907116= getsockname control
765227928.908092= listen control
765227928.908092= write control port
765227928.909068= read control port
765227929.74988= accept control
765227929.77916= fork
765227929.80844= start wait for signal socket 8
765227929.83772: reading data port
765227929.89628= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227929.92556= cached authorization has length = 32
765227929.93532= cached authorization recovered
765227929.86700: data port 2076
765227929.87676: sending data port 2077
765227929.88652: connected to dataport
765227929.95484: reading arglist
765227929.275068: arglist count 8
765227929.276044: arglist length 68
765227929.276044: tempslot 0
765227929.276044: checksum 156d
765227929.277996: arglist teminated ok
765227929.277996: arglist count/length ok
765227929.278972: arglist checksum ok
765227929.278972: arglist ok
765227929.278972: checking config
765227929.279948: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227929.279948: cmd is rcsstat
765227929.280924: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227930.50588: config mode ok
765227930.56444: config ownership ok
765227930.684673: setuid/chdir ok
765227930.700289= start wait for data socket 6 and stdin
765227930.724689= reading data socket
765227930.729569= reading data socket
765227930.729569= end wait for data socket 6 and stdin
765227930.688577: command /usr/sde/tools/alpha_OSF1/bin/rcsstat acl
no_acl temp /tmp/#kxctdXXXXXX
765227930.689553: read userid 21562
765227930.689553: read secretlen 32
765227930.689553: checking kxct authentication
765227930.690529: got secret
765227930.690529: about to do the fopen()
765227930.699313: return from fopen()
765227930.699313: return from fgetc()
765227930.699313: return from fread()
765227930.701265: local name Paul_Hantman
765227930.703217: principal Paul_Hantman.@ZONE
765227930.704193: command started
765227930.704193: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227930.705169: userbuf is USER=Paul_Hantman
765227930.705169: cmdbuf is /usr/sde/tools/alpha_OSF1/bin/rcsstat
765227930.726641: command finished status 0
765227930.728593: sending status 0
765227930.731521: parent process = 6352 closed socket and exiting
765227930.743233= wait for child exit
765227930.745185= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> rcsstat returned revision 1.1.2.2
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving rcsfullstat at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_lookup_revision
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving sci_lookup_latest_rev_list.
>  Updating default build; Set: 'QAQC'
>  from directory: /usr/qcsde/build/src/qaqc/src.
>  ./race.c
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering check_path at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving check_path at depth 0.
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> begin_atomic
authcover -t2 2 co -r1.1.2.2 race.c ./race.c,v
765227930.763729= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227930.765681= kxct using BCS port number == 548
765227930.766657= host lookup
765227930.769585= hostname troi.zk3.dec.com
765227930.770561= socket
765227930.770561= connect
765227930.772513= getsockname
765227930.772513= write debug
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Leaving src_ctl_check_out
765227930.777393= socket control
765227930.780321= bind control
765227930.780321= getsockname control
765227930.782273= listen control
765227930.783249= write control port
765227930.783249= read control port
765227930.868161= accept control
765227930.872065= fork
765227930.874017= start wait for signal socket 8
765227930.876945: reading data port
765227930.883777= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.authcover.Paul_Hantman
765227930.886705= cached authorization has length = 32
765227930.890609= cached authorization recovered
765227930.879873: data port 2081
765227930.880849: sending data port 2082
765227930.881825: connected to dataport
765227930.891585: reading arglist
765227931.67265: arglist count 6
765227931.68241: arglist length 66
765227931.69217: tempslot 2
765227931.69217: tempmode 3
765227931.70193: checksum 14a1
765227931.71169: arglist teminated ok
765227931.71169: arglist count/length ok
765227931.72145: arglist checksum ok
765227931.72145: arglist ok
765227931.73121: checking config
765227931.73121: tree_base is /usr/qcsde/rcs/src/qaqc/src, tree_owner is devrcs
765227931.73121: cmd is co
765227931.74097: config file /usr/qcsde/rcs/src/qaqc/src/kxct.conf
765227931.74097: config mode ok
765227931.79953: config ownership ok
765227932.168769: setuid/chdir ok
765227932.183409= start wait for data socket 6 and stdin
765227932.176577: command /usr/sde/tools/alpha_OSF1/lib/rcsacl acl
no_acl temp ./.rcstempXXXXXX
765227932.176577: read userid 21562
765227932.177553: read secretlen 32
765227932.177553: checking kxct authentication
765227932.178529: got secret
765227932.178529: about to do the fopen()
765227932.180481: return from fopen()
765227932.181457: return from fgetc()
765227932.181457: return from fread()
765227932.182433: local name Paul_Hantman
765227932.184385: principal Paul_Hantman.@ZONE
765227932.186337: receiving data
765227932.186337: exists 0
765227932.186337: perm 0600, count 0
765227932.319073: tempfile ./.rcstemp006357/race.c
765227932.445953: command started
765227932.445953: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227932.445953: userbuf is USER=Paul_Hantman
765227932.446929: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/rcsacl
./race.c,v  -->  ./.rcstemp006357/race.c
revision 1.1.2.2
765227932.837905= reading data socket
765227932.839857= end wait for data socket 6 and stdin
client: receiving data
client: exists 1
client: perm done
765227932.836929: command finished status 0
765227932.838881: sending data
765227932.846689: exists 1
765227932.847665: perm 0444
765227932.848641: count 34461
765227932.851569: bufsize 10240
765227932.852545: read 10240 bytes
765227932.852545: read 10240 bytes
765227932.853521: read 10240 bytes
765227932.854497: read 3741 bytes
0444
client: count 34461
client: bufsize 10240
client: loop count 34461
client: read 2914 bytes
client: wrote 2914 bytes
client: loop count 31547
client: read 4380 bytes
client: wrote 4380 bytes
client: loop count 27167
client: read 5840 bytes
client: wrote 5840 bytes
client: loop count 21327
client: read 7300 bytes
client: wrote 7300 bytes
client: loop count 14027
client: read 8760 bytes
client: wrote 8760 bytes
client: loop count 5267
client: read 5267 bytes
client: wrote 5267 bytes
765227932.912081: transfer complete
765227932.912081: sending status 0
765227932.913057: parent process = 6357 closed socket and exiting
765227932.921841= wait for child exit
765227932.923793= kxct exited
[ ./race.c Rev 1.1.2.2 checked out ]
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> Entering copy_file
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> src :/usr/users/hantman/newsb/testbox/tmp/race.c:
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> dst :./race.c:
logsubmit rm -f ./race.c
765227933.7729= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227933.9681= kxct using BCS port number == 548
765227933.10657= host lookup
765227933.13585= hostname troi.zk3.dec.com
765227933.14561= socket
765227933.14561= connect
765227933.15537= getsockname
765227933.16513= write debug
765227933.20417= socket control
765227933.20417= bind control
765227933.21393= getsockname control
765227933.21393= listen control
765227933.22369= write control port
765227933.23345= read control port
765227933.60433= accept control
765227933.63361= fork
765227933.66289= start wait for signal socket 8
765227933.69217: reading data port
765227933.75073= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227933.77025= cached authorization has length = 32
765227933.78001= cached authorization recovered
765227933.72145: data port 2086
765227933.72145: sending data port 2087
765227933.74097: connected to dataport
765227933.80929: reading arglist
765227933.263441: arglist count 5
765227933.265393: arglist length 52
765227933.266369: tempslot 0
765227933.266369: checksum 1136
765227933.268321: arglist teminated ok
765227933.268321: arglist count/length ok
765227933.269297: arglist checksum ok
765227933.269297: arglist ok
765227933.269297: checking config
765227933.270273: tree_base is /usr/qcsde/build/src/qaqc/src, tree_owner is devbld
765227933.270273: cmd is rm
765227933.270273: config file /usr/qcsde/build/src/qaqc/src/kxct.conf
765227933.373729: config mode ok
765227933.378609: config ownership ok
765227934.539736: setuid/chdir ok
765227934.600248= start wait for data socket 6 and stdin
765227934.556328: command /usr/sde/tools/alpha_OSF1/lib/srcacl acl
no_acl temp ./.srctempXXXXXX
765227934.556328: read userid 21562
765227934.557304: read secretlen 32
765227934.557304: checking kxct authentication
765227934.558280: got secret
765227934.558280: about to do the fopen()
765227934.599272: return from fopen()
765227934.599272: return from fgetc()
765227934.599272: return from fread()
765227934.601224: local name Paul_Hantman
765227934.603176: principal Paul_Hantman.@ZONE
765227934.604152: command started
765227934.604152: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227934.604152: userbuf is USER=Paul_Hantman
765227934.605128: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/srcacl
765227934.679880= reading data socket
765227934.680856= end wait for data socket 6 and stdin
765227934.678904: command finished status 0
765227934.679880: sending status 0
765227934.682808: parent process = 6363 closed socket and exiting
765227934.692568= wait for child exit
765227934.693544= kxct exited
logsubmit -t1 1 cp /usr/users/hantman/newsb/testbox/tmp/race.c ./race.c
765227934.705256= kxct entered with bcsbase == /usr/qcsde/build/src/qaqc/logs
765227934.706232= kxct using BCS port number == 548
765227934.707208= host lookup
765227934.712088= hostname troi.zk3.dec.com
765227934.713064= socket
765227934.713064= connect
765227934.714040= getsockname
765227934.715016= write debug
765227934.717944= socket control
765227934.718920= bind control
765227934.719896= getsockname control
765227934.719896= listen control
765227934.720872= write control port
765227934.720872= read control port
765227934.856536= accept control
765227934.860440= fork
765227934.862392= start wait for signal socket 8
765227934.866296: reading data port
765227934.873128= reading authorization from
/usr/users/hantman/newsb/testbox/tmp/.logsubmit.Paul_Hantman
765227934.875080= cached authorization has length = 32
765227934.876056= cached authorization recovered
765227934.868248: data port 2091
765227934.869224: sending data port 2092
765227934.871176: connected to dataport
765227934.878008: reading arglist
765227935.55640: arglist count 5
765227935.56616: arglist length 56
765227935.57592: tempslot 1
765227935.57592: tempmode 1
765227935.58568: checksum 12c3
765227935.59544: arglist teminated ok
765227935.59544: arglist count/length ok
765227935.60520: arglist checksum ok
765227935.60520: arglist ok
765227935.61496: checking config
765227935.61496: tree_base is /usr/qcsde/build/src/qaqc/src, tree_owner is devbld
765227935.61496: cmd is cp
765227935.62472: config file /usr/qcsde/build/src/qaqc/src/kxct.conf
765227935.62472: config mode ok
765227935.67352: config ownership ok
765227936.166904: setuid/chdir ok
765227936.181544= start wait for data socket 6 and stdin
765227936.171784: command /usr/sde/tools/alpha_OSF1/lib/srcacl acl
no_acl temp ./.srctempXXXXXX
765227936.172760: read userid 21562
765227936.172760: read secretlen 32
765227936.173736: checking kxct authentication
765227936.173736: got secret
765227936.173736: about to do the fopen()
765227936.176664: return from fopen()
765227936.176664: return from fgetc()
765227936.176664: return from fread()
765227936.178616: local name Paul_Hantman
765227936.179592: principal Paul_Hantman.@ZONE
765227936.182520: receiving data
765227936.184472: exists 1
765227936.184472: perm 0444, count 34461
765227936.366984: tempfile ./.srctemp006369/race.c
765227936.528024= reading data socket
765227936.529976= end wait for data socket 6 and stdin
client: receiving data
765227936.516312: transfer complete
765227936.516312: command started
765227936.517288: principal_buf= PRINCIPAL=Paul_Hantman.@ZONE
765227936.517288: userbuf is USER=Paul_Hantman
765227936.518264: cmdbuf is /usr/sde/tools/alpha_OSF1/lib/srcacl
fopen: No such file or directory
765227936.527048: command finished status 1
765227936.529000: sending data
765227936.610984: not wanted back
765227936.611960: sending status 1
765227936.612936: parent process = 6369 closed socket and exiting
765227936.621720= wait for child exit
765227936.623672= kxct exited
>> DEBUG INFO in /usr/sde/tools/alpha_OSF1/bin/ode/bsubmit:
>> end_atomic

Please take appropriate steps and re-submit.

*** RE-SUBMISSION REQUIRED ***

- Source control information is in an intermediate state.
- Re-submit using -resub 14:18 [ -date 4/1/94 ]

% ls ../..
testbox
% pwd
/usr/users/hantman/newsb/testbox/src
% ls -a
.                             .BCSlog-QAQC
..                            .BCSset-Paul_Hantman_testbox
.BCSconfig                    14:18.Paul_Hantman
.BCSlock                      Makeconf
.BCSlog-Paul_Hantman_testbox  smp
% more 14:18.Paul_hant    hantman
14:18.Paul_hantman: No such file or directory

%  more 14:18.Paul_Hantman

Files already merged
Files already locked
Changed files already checked-in

14:18.Paul_Hantman: END

% 
script done on Fri Apr 01 14:19:50 1994

156.2Problem with bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckFri Jun 23 1995 18:1768
Date Of Receipt: 	14-JUN-1995 16:52:36.58
From: 	SMURF::TLAZA::kenny "Joe Kenny USG  14-Jun-1995 1651"
To: 	odehelp@DEC:.zko.tlaza
CC: 	unxa::pravin, kenny@DEC:.zko.tlaza
Subj: 	Problem with bsubmit

------- Forwarded Message

Replied: Wed, 14 Jun 95 16:49:18 -0400
Replied: pravin@unx.dec.com kenny
Return-Path: pravin@unx.dec.com 
Delivery-Date: Wed, 14 Jun 95 16:46:22 -0400
Return-Path: pravin@unx.dec.com
Received: from abelia.zk3.dec.com by soak1.zk3.dec.com; 
(5.65v3.2/1.1.8.2/28Mar95-0404PM)
	id AA16171; Wed, 14 Jun 1995 16:46:21 -0400
Received: from peewee.unx.dec.com by wasted.zk3.dec.com; 
(5.65v3.0/1.1.8.2/18Feb95-1123AM)
	id AA17365; Wed, 14 Jun 1995 16:46:20 -0400
Received: by peewee.unx.dec.com (5.57/MS-040293);
	id AA23046; Wed, 14 Jun 95 16:46:19 -0400
Received: from localhost by prabhav.unx.dec.com; (5.65/1.1.8.2/06Jan95-0345PM)
	id AA14072; Wed, 14 Jun 1995 16:46:19 -0400
Message-Id: <9506142046.AA14072@prabhav.unx.dec.com>
To: kenny@zk3.dec.com
Cc: pravin@unx.dec.com
Subject: bsubmit problem 
Date: Wed, 14 Jun 95 16:46:18 -0400
From: pravin@unx.dec.com
X-Mts: smtp

Hi Joe,

My bsubmit for QAR 32119 failed with the following error message.
Please tell me if I'm doing anything wrong.

Thanks,
- - Pravin.

================================================================================
$ bsubmit -auto_out misc.c
Enter the defect number this submission applies to: ptliteos-535-pravin


*** No user interaction will be required during the merge step. ***

cannot find include file ../link/rc_files/shared.sharedsandbox
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> No Access to Backing Tree Through link dir:/usr/sde/disks/odie_ra131c/ptliteo
s/rc_files/../link
Error parsing rc description file ./shared
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> No Access to Backing Tree Through link dir:/usr/sde/disks/odie_ra131c/ptliteo
s/rc_files/../link
Error parsing rc description file ./shared.sharedsandbox
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> Unable to parse sandbox
Please take appropriate steps and run bsubmit again.
- - No work has been done for this submission.
- - No files have been changed in any way.
- - The files in this submission are not held.
- - The use of the -resub option is not required and will not be recognized.
================================================================================


------- End of Forwarded Message


156.3Re: Problem with bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckFri Jun 23 1995 18:2693
Date Of Receipt: 	14-JUN-1995 17:44:20.91
From: 	SMURF::TLAZA::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	kenny@tlaser.zk3.dec.com, odehelp@tlaser.zk3.dec.com
CC: 	unxa::pravin
Subj: 	Re:  Problem with bsubmit

This looks like perhaps you didn't have the submit pool, ptliteos, mounted.

Can you confirm that you do have ptliteos, and it's current backing tree,
hw4os.bl4, mounted.

-josh

From kenny@tlaser.zk3.dec.com  Wed Jun 14 16:51:30 1995
Delivery-Date: Wed, 14 Jun 95 16:51:39 -0400
Return-Path: kenny@tlaser.zk3.dec.com
Received: from tlaser.zk3.dec.com by flume.zk3.dec.com; (5.65v3.0/1.1.8.2/16Jan95-0946AM)
	id AA29535; Wed, 14 Jun 1995 16:51:30 -0400
Received: from localhost by tlaser.zk3.dec.com; (5.65/1.1.8.2/06Mar95-1016AM)
	id AA17782; Wed, 14 Jun 1995 16:51:11 -0400
Message-Id: <9506142051.AA17782@tlaser.zk3.dec.com>
To: odehelp@tlaser.zk3.dec.com
Cc: pravin@unxa.enet.dec.com, kenny@tlaser.zk3.dec.com
Subject: Problem with bsubmit 
Date: Wed, 14 Jun 95 16:51:11 -0400
From: kenny@tlaser.zk3.dec.com
X-Mts: smtp
Status: R


------- Forwarded Message

Replied: Wed, 14 Jun 95 16:49:18 -0400
Replied: pravin@unx.dec.com kenny
Return-Path: pravin@unx.dec.com 
Delivery-Date: Wed, 14 Jun 95 16:46:22 -0400
Return-Path: pravin@unx.dec.com
Received: from abelia.zk3.dec.com by soak1.zk3.dec.com; 
(5.65v3.2/1.1.8.2/28Mar95-0404PM)
	id AA16171; Wed, 14 Jun 1995 16:46:21 -0400
Received: from peewee.unx.dec.com by wasted.zk3.dec.com; 
(5.65v3.0/1.1.8.2/18Feb95-1123AM)
	id AA17365; Wed, 14 Jun 1995 16:46:20 -0400
Received: by peewee.unx.dec.com (5.57/MS-040293);
	id AA23046; Wed, 14 Jun 95 16:46:19 -0400
Received: from localhost by prabhav.unx.dec.com; (5.65/1.1.8.2/06Jan95-0345PM)
	id AA14072; Wed, 14 Jun 1995 16:46:19 -0400
Message-Id: <9506142046.AA14072@prabhav.unx.dec.com>
To: kenny@zk3.dec.com
Cc: pravin@unx.dec.com
Subject: bsubmit problem 
Date: Wed, 14 Jun 95 16:46:18 -0400
From: pravin@unx.dec.com
X-Mts: smtp

Hi Joe,

My bsubmit for QAR 32119 failed with the following error message.
Please tell me if I'm doing anything wrong.

Thanks,
- - Pravin.

================================================================================
$ bsubmit -auto_out misc.c
Enter the defect number this submission applies to: ptliteos-535-pravin


*** No user interaction will be required during the merge step. ***

cannot find include file ../link/rc_files/shared.sharedsandbox
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> No Access to Backing Tree Through link dir:/usr/sde/disks/odie_ra131c/ptliteo
s/rc_files/../link
Error parsing rc description file ./shared
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> No Access to Backing Tree Through link dir:/usr/sde/disks/odie_ra131c/ptliteo
s/rc_files/../link
Error parsing rc description file ./shared.sharedsandbox
>> FATAL ERROR in /usr/sde/ode2.1/tools/alpha_ace/bin/ode/bsubmit:
>> Unable to parse sandbox
Please take appropriate steps and run bsubmit again.
- - No work has been done for this submission.
- - No files have been changed in any way.
- - The files in this submission are not held.
- - The use of the -resub option is not required and will not be recognized.
================================================================================


------- End of Forwarded Message



156.4problem with bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon May 06 1996 14:2056
Date Of Receipt: 	17-APR-1996 09:19:23.70
From: 	SMURF::ALPHA::eve "Evelyn Walton USG/MSSG"
To: 	buildhelp@DEC:.zko.alpha
CC: 	
Subj: 	problem with bsubmit

This is actually my first bsubmit, so please bear with me if this is a
stupid question... I tried the following from falpha, logged in as 'eve',
in the context of an active kinit, inside a workon -sb v32c

Is there something stupid I have done wrong here? Does this error 
message mean that the group that sent me mail saying that v32csupportos-160-eve
had been approved and that I should go ahead and do the bsubmit forgot to
do some administrative setup up that would permit me to do this bsubmit?

A script file of an attempt to do:
bsubmit -debug -verbose -odedebug cvs ./usr/sbin/ftpd/ftpd.c
can be found in ~eve/bsub.script

Evelyn

% pwd
/tmp_mnt/fabelia/home/eve/sb.d/v32c/src/usr/sbin/ftpd
% bsubmit ftpd.c
Enter the defect number this submission applies to:  v32csupportos-160-eve

>> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/v32csupportos.
>> No entry in submit or sadmin access lists.
% cd ../../..
% pwd
/tmp_mnt/fabelia/home/eve/sb.d/v32c/src
% cat .BCSset*
./usr/bin/binmail/binmail.c
./usr/sbin/ftpd/ftpd.c
% bsubmit ./usr/sbin/ftpd/ftpd.c
Enter the defect number this submission applies to: v32csupportos-160-eve

>> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
>> You are prevented from submitting to: /usr/sde/osf1/build/v32csupportos.
>> No entry in submit or sadmin access lists.
% hostname
falpha.zk3.dec.com
% klist
Ticket file:    /var/dss/kerberos/tkt/tkt2005
Principal:      Evelyn_Walton@ZONE

  Issued           Expires          Principal
Apr 16 21:46:16  Apr 17 07:46:16  krbtgt.ZONE@ZONE
Apr 16 21:46:31  Apr 17 07:46:31  kxct.secret@ZONE
Apr 16 21:46:32  Apr 17 07:46:32  kxct.buffer@ZONE
% date
Wed Apr 17 02:16:55 EDT 1996
%


156.5Re: problem with bsubmitAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon May 06 1996 14:2171
Date Of Receipt: 	17-APR-1996 09:52:46.99
From: 	SMURF::FLUME::"vandyck@cardinal.zk3.dec.com" "17-Apr-1996 0933"
To: 	Evelyn Walton USG/MSSG <eve@zk3.dec.com>, overman@zk3.dec.com
CC: 	buildhelp@zk3.dec.com, useg_build_info@mudrat.zk3.dec.com
Subj: 	Re: problem with bsubmit

Not a stupid question at all, yes - it means exactly what you surmised. No one 
put you in the submit acl. I've just added you now.


		-Grant


| This is actually my first bsubmit, so please bear with me if this is a
| stupid question... I tried the following from falpha, logged in as 'eve',
| in the context of an active kinit, inside a workon -sb v32c
| 
| Is there something stupid I have done wrong here? Does this error 
| message mean that the group that sent me mail saying that v32csupportos-160-e
ve
| had been approved and that I should go ahead and do the bsubmit forgot to
| do some administrative setup up that would permit me to do this bsubmit?
| 
| A script file of an attempt to do:
| bsubmit -debug -verbose -odedebug cvs ./usr/sbin/ftpd/ftpd.c
| can be found in ~eve/bsub.script
| 
| Evelyn
| 
| % pwd
| /tmp_mnt/fabelia/home/eve/sb.d/v32c/src/usr/sbin/ftpd
| % bsubmit ftpd.c
| Enter the defect number this submission applies to:  v32csupportos-160-eve
| 
| >> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
| >> You are prevented from submitting to: /usr/sde/osf1/build/v32csupportos.
| >> No entry in submit or sadmin access lists.
| % cd ../../..
| % pwd
| /tmp_mnt/fabelia/home/eve/sb.d/v32c/src
| % cat .BCSset*
| ./usr/bin/binmail/binmail.c
| ./usr/sbin/ftpd/ftpd.c
| % bsubmit ./usr/sbin/ftpd/ftpd.c
| Enter the defect number this submission applies to: v32csupportos-160-eve
| 
| >> FATAL ERROR in /usr/sde/ode3.0/tools/alpha_ace/bin/ode/bsubmit:
| >> You are prevented from submitting to: /usr/sde/osf1/build/v32csupportos.
| >> No entry in submit or sadmin access lists.
| % hostname
| falpha.zk3.dec.com
| % klist
| Ticket file:    /var/dss/kerberos/tkt/tkt2005
| Principal:      Evelyn_Walton@ZONE
| 
|   Issued           Expires          Principal
| Apr 16 21:46:16  Apr 17 07:46:16  krbtgt.ZONE@ZONE
| Apr 16 21:46:31  Apr 17 07:46:31  kxct.secret@ZONE
| Apr 16 21:46:32  Apr 17 07:46:32  kxct.buffer@ZONE
| % date
| Wed Apr 17 02:16:55 EDT 1996
| %
| 
| 

-- 

				-Grant