Error when building upstart package for Ubuntu 11.10

Martin Schlosser info at software-schlosser.de
Mon Oct 24 10:50:07 UTC 2011


 Here's what I did:

 --------------------------------------------------------------------------------
 cd /usr/src
 aptitude build-dep upstart
 apt-get source upstart
 wget 
 "https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/880049/+attachment/2567049/+files/no_dev_console.patch"
 cd upstart-1.3
 patch -p1 ../no_dev_console.patch
 dpkg-buildpackage -us -uc -nc
 --------------------------------------------------------------------------------

 and now here's what I got:

 --------------------------------------------------------------------------------
 ...
 PASS: test_parse_conf
 Testing conf_source_new()
 Testing conf_file_new()
 Testing conf_source_reload() with job directory
 ...with new job directory
 ...with new file in directory (direct write)
 ...with modified job (direct write)
 ...with modified job (atomic rename)
 ...with deleted job
 ...with modification to running job
 ...with modification to replacement for running job
 ...with deletion of replacement for running job
 ...with deletion of running job
 ...with error after modification of job
 BAD: wrong value for file, expected (nil) got 0x2ad80b6cbe40
 	at tests/test_conf.c:752 (test_source_reload_job_dir).
 /bin/bash: Zeile 5:  3375 Abgebrochen             ${dir}$tst
 FAIL: test_conf
 ...
 --------------------------------------------------------------------------------

 Any idea? Thanks in advance!


 full log:

 --------------------------------------------------------------------------------
 dpkg-buildpackage: exportieren von CFLAGS aus dpkg-buildflags (Quelle: 
 vendor): -g -O2
 dpkg-buildpackage: exportieren von CPPFLAGS aus dpkg-buildflags 
 (Quelle: vendor):
 dpkg-buildpackage: exportieren von CXXFLAGS aus dpkg-buildflags 
 (Quelle: vendor): -g -O2
 dpkg-buildpackage: exportieren von FFLAGS aus dpkg-buildflags (Quelle: 
 vendor): -g -O2
 dpkg-buildpackage: exportieren von LDFLAGS aus dpkg-buildflags (Quelle: 
 vendor): -Wl,-Bsymbolic-functions
 dpkg-buildpackage: Quellpaket upstart
 dpkg-buildpackage: Quellversion 1.3-0ubuntu10
 dpkg-buildpackage: Quellen geändert durch Steve Langasek 
 <steve.langasek at ubuntu.com>
  dpkg-source --before-build upstart-1.3
 dpkg-buildpackage: Host-Architektur amd64
  debian/rules build
 dh --with bash-completion build
    dh_auto_test
 make[1]: Betrete Verzeichnis '/usr/src/upstart-1.3'
 Making check in intl
 make[2]: Betrete Verzeichnis '/usr/src/upstart-1.3/intl'
 make[2]: Für das Ziel »check« ist nichts zu tun.
 make[2]: Verlasse Verzeichnis '/usr/src/upstart-1.3/intl'
 Making check in dbus
 make[2]: Betrete Verzeichnis '/usr/src/upstart-1.3/dbus'
 make[2]: Für das Ziel »check« ist nichts zu tun.
 make[2]: Verlasse Verzeichnis '/usr/src/upstart-1.3/dbus'
 Making check in init
 make[2]: Betrete Verzeichnis '/usr/src/upstart-1.3/init'
 make  check-am
 make[3]: Betrete Verzeichnis '/usr/src/upstart-1.3/init'
 make  test_system test_environ test_process test_job_class 
 test_job_process test_job test_event test_event_operator test_blocked 
 test_parse_job test_parse_conf test_conf test_control
 make[4]: Betrete Verzeichnis '/usr/src/upstart-1.3/init'
 make[4]: »test_system« ist bereits aktualisiert.
 make[4]: »test_environ« ist bereits aktualisiert.
 make[4]: »test_process« ist bereits aktualisiert.
 make[4]: »test_job_class« ist bereits aktualisiert.
 make[4]: »test_job_process« ist bereits aktualisiert.
 make[4]: »test_job« ist bereits aktualisiert.
 make[4]: »test_event« ist bereits aktualisiert.
 make[4]: »test_event_operator« ist bereits aktualisiert.
 make[4]: »test_blocked« ist bereits aktualisiert.
 make[4]: »test_parse_job« ist bereits aktualisiert.
 make[4]: »test_parse_conf« ist bereits aktualisiert.
 make[4]: »test_conf« ist bereits aktualisiert.
 make[4]: »test_control« ist bereits aktualisiert.
 make[4]: Verlasse Verzeichnis '/usr/src/upstart-1.3/init'
 make  check-TESTS
 make[4]: Betrete Verzeichnis '/usr/src/upstart-1.3/init'
 Testing system_kill()
 ...with TERM signal
 ...with KILL signal
 ...with no group leader
 PASS: test_system
 Testing environ_add()
 ...with empty table
 ...with new variable
 ...with new variable from environment
 ...with new variable unset in environment
 ...with replacement variable
 ...with replacement variable from environment
 ...with replacement variable unset in environment
 ...with new variable but no replace
 ...with existing variable
 ...with existing variable from environment
 ...with existing variable unset in environment
 Testing environ_append()
 ...with new entries
 ...with replacement entries
 ...with preserve existing entries
 Testing environ_set()
 Testing environ_lookup()
 ...with empty table
 ...with key to be found
 ...with key not found
 ...with key that is prefix of another
 ...with longer key
 Testing environ_get()
 ...with empty table
 ...with key to be found
 ...with key not found
 ...with key that is prefix of another
 Testing environ_getn()
 ...with empty table
 ...with key to be found
 ...with key not found
 ...with key that is prefix of another
 ...with longer key
 Testing environ_all_valid()
 ...with valid table
 ...with empty table
 ...with missing equals
 Testing environ_expand()
 ...with no expansion
 ...with simple expansion
 ...with simple expansion of smaller value
 ...with simple expansion of same size value
 ...with multiple simple expansions
 ...with simple bracketed expression
 ...with multiple simple bracketed expression
 ...with simple expression inside bracketed expression
 ...with bracketed expression inside bracketed expression
 ...with bracketed default expression
 ...with bracketed default expression for set variable
 ...with bracketed default expression for null variable
 ...with bracketed default or null expression
 ...with bracketed default or null expression for set variable
 ...with bracketed default or null expression for null variable
 ...with bracketed alternate expression
 ...with bracketed alternate expression for set variable
 ...with bracketed alternate expression for null variable
 ...with bracketed alternate or null expression
 ...with bracketed alternate or null expression for set variable
 ...with bracketed alternate or null expression for null variable
 ...with references in bracketed expression argument
 ...with dollar sign in whitespace
 ...with bracketed dollar sign
 ...with simple expansion of unknown variable
 ...with bracketed expansion of unknown variable
 ...with expansion of unknown variable within expression name
 ...with expansion of unknown variable within expression argument
 ...with unknown operator in expression
 ...with missing close brace after expression
 PASS: test_environ
 Testing process_new()
 Testing process_name()
 ...with main process
 ...with pre-start process
 ...with post-start process
 ...with pre-stop process
 ...with post-stop process
 ...with invalid process
 Testing process_from_name()
 ...with main process
 ...with pre-start process
 ...with post-start process
 ...with pre-stop process
 ...with post-stop process
 ...with invalid process
 PASS: test_process
 Testing job_class_new()
 Testing job_class_consider()
 ...with no registered class and best class
 ...with no registered class and not best class
 ...with registered class that cannot be replaced
 ...with replacable registered class and best class
 ...with replacable registered class and not best class
 Testing job_class_reconsider()
 ...with registered best class
 ...with registered not best class
 ...with registered not best class that can't be replaced
 ...with unregistered class
 ...with no registered class
 ...with no classes to replace it
 Testing job_class_register()
 ...with signal emission
 ...without signal emission
 Testing job_class_unregister()
 Testing job_class_environment()
 ...with no configured environment
 ...with configured environment
 ...with configuration overriding built-ins
 Testing job_class_get_instance()
 ...with running job
 ...with unknown job
 ...with environment
 ...with invalid environment
 Testing job_class_get_instance_by_name()
 ...with known job
 ...with singleton job
 ...with unknown instance
 Testing job_class_get_all_instances()
 ...with active instances
 ...with no instances
 Testing job_class_start()
 ...with new job
 ...with no wait
 ...with stopping job
 ...with starting job
 ...with environment
 ...with invalid environment
 Testing job_class_stop()
 ...with running job
 ...with no wait
 ...with stopping job
 ...with unknown job
 ...with environment
 ...with invalid environment
 Testing job_class_restart()
 ...with running job
 ...with no wait
 ...with stopping job
 ...with unknown job
 ...with environment
 ...with invalid environment
 Testing job_class_get_name()
 Testing job_class_get_description()
 ...with description
 ...with no description
 Testing job_class_get_author()
 ...with author
 ...with no author
 Testing job_class_get_version()
 ...with version
 ...with no version
 Testing job_class_get_start_on()
 ...with event tree
 ...with no events
 Testing job_class_get_stop_on()
 ...with event tree
 ...with no events
 Testing job_class_get_emits()
 ...with events
 ...with no events
 PASS: test_job_class
 Testing job_process_run()
 ...with simple command
 ...with shell command
 ...with small script
 ...with small script and trailing newlines
 ...with script that will fail
 ...with environment of unnamed instance
 ...with environment of named instance
 ...with environment for pre-stop
 ...with environment for post-stop
 ...with long script
 ...with non-daemon job
 ...with script for daemon job
 ...with daemon job
 ...with forking job
 ...with no such file
 Testing job_process_spawn()
 ...with simple job
 ...with no console
 ...with working directory
 ...with environment
 ...with non-daemon job
 ...with daemon job
 ...with no such file
 ...with debug enabled
 Testing job_process_kill()
 ...with easily killed process
 ...with hard to kill process
 Testing job_process_handler()
 ...with unknown pid
 ...with running process
 ...with kill timer
 ...with restarting process
 ...with pre-start process
 ...with failed pre-start process
 ...with killed pre-start process
 ...with respawn of running service process
 ...with respawn of running task process
 ...with too many respawns of running process
 ...with normal exit of running respawn process
 ...with respawn of service process and zero exit code
 ...with respawn of task process and zero exit code
 ...with abnormal exit of running process
 ...with killed running process
 ...with normal exit of running process
 ...with normal signal killed running process
 ...with running task and zero exit
 ...with post-stop process
 ...with failed post-stop process
 ...with stopping task failure after failure
 ...with post-start process
 ...with running process in post-start state
 ...with running process while post-start running
 ...with running then post-start process
 ...with failed running then post-start process
 ...with respawn of running while post-start process
 ...with pre-stop process
 ...with running process in pre-stop state
 ...with running process while pre-stop running
 ...with respawn of running while pre-stop process
 ...with running process while stopping
 ...with stopped non-main process
 ...with stopped main process outside of spawned
 ...with stopped main process for non-wait job
 ...with stopped main process but wrong signal
 ...with stopped main process waiting in spawned
 ...with signal delivered to traced process
 ...with trapped new traced process
 ...with trapped new traced process
 ...with second child of daemon process
 ...with first child of forking process
 ...with fork notification before child
 ...with child notification before parent
 ...with exec call by initial process
 ...with exec call by process after fork
 Testing job_process_handler()
 ...with LOGIN_PROCESS utmp entry
 ...with USER_PROCESS utmp entry
 ...with multiple entries with same ut_id
 Testing job_process_find()
 ...with pid we expect to find
 ...with pre-start pid we expect to find
 ...with post-start pid we expect to find
 ...with pre-stop pid we expect to find
 ...with post-stop pid we expect to find
 ...with pid we do not expect to find
 ...with no pids in job table
 ...with no instances
 ...with empty job table
 PASS: test_job_process
 Testing job_new()
 ...with no name
 ...with name given
 ...with D-Bus connection
 Testing job_register()
 ...with signal emission
 ...without signal emission
 Testing job_change_goal()
 ...with waiting job
 ...with stopping job
 ...with running job and start
 ...with running job and stop
 ...with running job and no process
 ...with starting job
 ...with waiting job
 Testing job_change_state()
 ...waiting to starting
 ...waiting to starting for named instance
 ...waiting to starting with export
 ...starting to pre-start
 ...starting to pre-start without process
 ...starting to pre-start for failed process
 ...pre-start to spawned
 ...pre-start to spawned for named instance
 ...pre-start to spawned with export
 ...pre-start to spawned without process
 ...pre-start to spawned for failed process
 ...pre-start to spawned for waiting job
 ...spawned to post-start
 ...spawned to post-start without process
 ...spawned to post-start for failed process
 ...post-start to running for service
 ...post-start to running for task
 ...running to pre-stop
 ...running to pre-stop without process
 ...running to pre-stop for named instance
 ...running to pre-stop with export
 ...running to pre-stop for failed process
 ...running to stopping
 ...running to stopping for named instance
 ...running to stopping with export
 ...running to stopping for killed process
 ...running to stopping for unknown signal
 ...pre-stop to running
 ...pre-stop to stopping
 ...stopping to killed
 ...stopping to killed without process
 ...killed to post-stop
 ...killed to post-stop without process
 ...killed to post-stop for failed process
 ...post-stop to waiting
 ...post-stop to waiting for named instance
 ...post-stop to waiting with export
 ...post-stop to waiting with d-bus connection
 ...post-stop to starting
 ...post-stop to starting without new environment
 ...post-stop to waiting for replaced job
 ...post-stop to waiting for still active job
 ...post-stop to waiting for deleted job
 Testing job_next_state()
 ...with waiting job and a goal of start
 ...with starting job and a goal of stop
 ...with starting job and a goal of start
 ...with pre-start job and a goal of stop
 ...with pre-start job and a goal of start
 ...with spawned job and a goal of stop
 ...with spawned job and a goal of start
 ...with post-start job and a goal of stop
 ...with post-start job and a goal of start
 ...with post-start job and a goal of respawn
 ...with running job and a goal of stop
 ...with dead running job and a goal of stop
 ...with running job and a goal of start
 ...with pre-stop job and a goal of start
 ...with pre-stop job and a goal of stop
 ...with post-start job and a goal of respawn
 ...with stopping job and a goal of start
 ...with stopping job and a goal of stop
 ...with killed job and a goal of start
 ...with killed job and a goal of stop
 ...with post-stop job and a goal of start
 ...with post-stop job and a goal of stop
 Testing job_failed()
 ...with no current failure
 ...with previous failure
 Testing job_finished()
 ...with blocked events
 ...with blocked events and failure
 ...without blocked events
 Testing job_emit_event()
 ...with singleton in starting state
 ...with instance in starting state
 ...with singleton in running state
 ...with instance in running state
 ...with non-failed singleton in stopping state
 ...with non-failed instance in stopping state
 ...with failed singleton in stopping state
 ...with failed instance in stopping state
 ...with killed singleton in stopping state
 ...with killed instance in stopping state
 ...with unknown killed singleton in stopping state
 ...with unknown killed instance in stopping state
 ...with unstarted singleton in stopping state
 ...with unstarted instance in stopping state
 ...with failed respawn singleton in stopping state
 ...with failed respawn instance in stopping state
 ...with non-failed singleton in stopped state
 ...with non-failed instance in waiting state
 ...with failed singleton in waiting state
 ...with failed instance in waiting state
 ...with killed singleton in waiting state
 ...with killed instance in waiting state
 ...with unknown killed singleton in waiting state
 ...with unknown killed instance in waiting state
 ...with unstarted singleton in waiting state
 ...with unstarted instance in waiting state
 ...with failed respawn singleton in waiting state
 ...with failed respawn instance in waiting state
 Testing job_name()
 ...with non-instance job
 ...with instance job
 ...with multiple calls
 Testing job_goal_name()
 ...with stop goal
 ...with start goal
 ...with respawn goal
 ...with invalid goal
 Testing job_goal_from_name()
 ...with stop goal
 ...with start goal
 ...with respawn goal
 ...with invalid goal
 Testing job_state_name()
 ...with waiting state
 ...with starting state
 ...with pre-start state
 ...with spawned state
 ...with post-start state
 ...with running state
 ...with pre-stop state
 ...with stopping state
 ...with killed state
 ...with post-stop state
 ...with invalid state
 Testing job_state_from_name()
 ...with waiting state
 ...with starting state
 ...with pre-start state
 ...with spawned state
 ...with post-start state
 ...with running state
 ...with pre-stop state
 ...with stopping state
 ...with killed state
 ...with post-stop state
 ...with invalid state
 Testing job_start()
 ...with stopping job
 ...with no wait
 ...with starting job
 Testing job_stop()
 ...with running job
 ...with no wait
 ...with stopping job
 Testing job_restart()
 ...with running job
 ...with no wait
 ...with stopping job
 Testing job_get_name()
 ...with instance name
 ...with no instance name
 Testing job_get_goal()
 Testing job_get_state()
 Testing job_get_processes()
 ...with no processes
 ...with pre-start process
 ...with post-start process and no main process
 ...with main process
 ...with main process and post-start process
 ...with main process and pre-stop process
 ...with pre-stop process and no main process
 ...with post-stop process
 PASS: test_job
 Testing event_new()
 Testing event_block()
 Testing event_unblock()
 Testing event_poll()
 ...with unblocked pending event
 ...with unblocked handling event
 ...with blocked handling event
 ...with finished event
 Testing event_pending()
 Testing event_pending_handle_jobs()
 ...with non-matching event for start
 ...with partial matching event to start
 ...with matching events to start
 ...with environment in start event
 ...with restart of stopping job
 ...with already running job
 ...with instance name
 ...with restart of existing instance
 ...with error in instance name
 ...with non-matching event for stop
 ...with matching event to stop
 ...with environment in stop event
 ...with stop of restarting job
 ...with already stopping job
 ...with environment expansion in stop event
 Testing event_finished()
 ...with non-failed event
 ...with failed event
 ...with failed failed event
 ...with non-blocked stopping job
 ...with non-blocked starting job
 ...with stopping job but wrong event
 ...with starting job but wrong event
 ...with stopping job
 ...with starting job
 PASS: test_event
 Testing event_operator_new()
 ...with EVENT_MATCH
 ...with EVENT_MATCH and environment
 ...with EVENT_OR
 Testing event_operator_copy()
 ...with EVENT_OR
 ...with EVENT_MATCH and no environment or event
 ...with EVENT_MATCH and environment
 ...with EVENT_MATCH and referenced event
 ...with children
 Testing event_operator_destroy()
 ...with referenced event
 ...without referenced event
 Testing event_operator_update()
 ...with EVENT_OR and both children FALSE
 ...with EVENT_OR and only left child TRUE
 ...with EVENT_OR and only right child TRUE
 ...with EVENT_OR and both children TRUE
 ...with EVENT_AND and both children FALSE
 ...with EVENT_AND and only left child TRUE
 ...with EVENT_AND and only right child TRUE
 ...with EVENT_AND and both children TRUE
 Testing event_operator_match()
 ...with different name events
 ...with same name events
 ...with same environment lists
 ...with environment lists and wrong values
 ...with environment lists and wrong values negated
 ...with environment lists and correct values negated
 ...with shorter environment list in operator
 ...with matching value lists
 ...with non-matching value lists
 ...with shorter value list in operator
 ...with shorter list in event
 ...with different order environment lists
 ...with value list and variable list
 ...with unknown variable in operator
 ...with globs in operator environment
 ...with globs in operator value
 ...with variable reference in operator
 ...with unknown variable reference in operator
 Testing event_operator_handle()
 ...with non-matching event
 ...with matching event
 ...with duplicate matching event
 ...with matching event and complete expression
 ...with environment
 Testing event_operator_environment()
 ...with environment table
 ...with environment variable for event list
 ...with no matches
 Testing event_operator_events()
 ...with matches in tree
 ...with no matches
 Testing event_operator_reset()
 PASS: test_event_operator
 Testing blocked_new()
 ...with job
 ...with event
 ...with D-Bus EmitEvent method
 ...with D-Bus Instance.Start method
 ...with D-Bus Instance.Stop method
 ...with D-Bus Instance.Restart method
 ...with D-Bus Job.Start method
 ...with D-Bus Job.Stop method
 ...with D-Bus Job.Restart method
 PASS: test_blocked
 Testing parse_job()
 ...with simple job file
 ...with missing exec and script
 ...with non-NULL update parameter (override)
 Testing stanza_instance()
 ...with argument
 ...with multiple stanzas
 ...with extra argument
 ...with missing argument
 Testing stanza_description()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with extra argument
 Testing stanza_version()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with extra argument
 Testing stanza_author()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with extra argument
 Testing stanza_env()
 ...with single argument
 ...with repeated stanzas
 ...with missing argument
 ...with extra argument
 Testing stanza_export()
 ...with single argument
 ...with multiple arguments
 ...with multiple stanzas
 ...with missing argument
 Testing stanza_start()
 ...with event name
 ...with event name and arguments
 ...with event name and various arguments
 ...with operator and two events
 ...with operator and two events with arguments
 ...with multiple operators
 ...with parentheses
 ...with nested parentheses
 ...with multiple on stanzas
 ...with missing argument
 ...with unknown argument
 ...with on and missing argument
 ...with operator at start of expression
 ...with operator at end of expression
 ...with consecutive operators
 ...with operator at start of group
 ...with operator at end of group
 ...with missing open paren
 ...with missing close paren
 ...with group immediately after event
 ...with event immediately after group
 ...with positional arguments after name-based ones
 Testing stanza_stop()
 ...with event name
 ...with event name and arguments
 ...with event name and various arguments
 ...with operator and two events
 ...with operator and two events with arguments
 ...with multiple operators
 ...with parentheses
 ...with nested parentheses
 ...with multiple on stanzas
 ...with missing argument
 ...with unknown argument
 ...with on and missing argument
 ...with operator at start of expression
 ...with operator at end of expression
 ...with consecutive operators
 ...with operator at start of group
 ...with operator at end of group
 ...with missing open paren
 ...with missing close paren
 ...with group immediately after event
 ...with event immediately after group
 ...with positional arguments after name-based ones
 Testing stanza_emits()
 ...with single argument
 ...with multiple arguments
 ...with multiple stanzas
 ...with missing argument
 Testing stanza_manual()
 ...manual_stanza before start on
 ...manual stanza after start on
 Testing stanza_exec()
 ...with arguments
 ...with duplicates
 ...with exec following script
 ...with no arguments
 Testing stanza_script()
 ...with block
 ...with multiple blocks
 ...with script following exec
 ...with argument
 Testing stanza_pre_start()
 ...with exec and command
 ...with multiple exec
 ...with script and block
 ...with multiple script
 ...with script following exec
 ...with exec following script
 ...with exec but no command
 ...with argument to script
 ...with unknown argument
 ...with missing argument
 Testing stanza_post_start()
 ...with exec and command
 ...with multiple exec
 ...with script and block
 ...with multiple script
 ...with script following exec
 ...with exec following script
 ...with exec but no command
 ...with argument to script
 ...with unknown argument
 ...with missing argument
 Testing stanza_pre_stop()
 ...with exec and command
 ...with multiple exec
 ...with script and block
 ...with multiple script
 ...with script following exec
 ...with exec following script
 ...with exec but no command
 ...with argument to script
 ...with unknown argument
 ...with missing argument
 Testing stanza_post_stop()
 ...with exec and command
 ...with multiple exec
 ...with script and block
 ...with multiple script
 ...with script following exec
 ...with exec following script
 ...with exec but no command
 ...with argument to script
 ...with unknown argument
 ...with missing argument
 Testing stanza_expect()
 ...with stop argument
 ...with daemon argument
 ...with fork argument
 ...with none argument
 ...with multiple for stanzas
 ...with missing argument
 ...with unknown argument
 ...with extra argument
 Testing stanza_task()
 ...with no arguments
 ...with multiple stanzas
 ...with arguments
 Testing stanza_kill()
 ...with timeout and single argument
 ...with signal and single argument
 ...with multiple timeout and single argument stanzas
 ...with multiple signal and single argument stanzas
 ...with missing argument
 ...with unknown second argument
 ...with timeout and missing argument
 ...with signal and missing argument
 ...with timeout and non-integer argument
 ...with timeout and too-large argument
 ...with timeout and alphanumeric argument
 ...with timeout and negative argument
 ...with signal and unknown signal argument
 ...with timeout and extra argument
 ...with signal and extra argument
 Testing stanza_respawn()
 ...with no argument
 ...with multiple no argument stanzas
 ...with limit and two arguments
 ...with limit and unlimited
 ...with multiple limit and two argument stanzas
 ...with limit and missing second argument
 ...with limit and missing arguments
 ...with limit and non-integer interval argument
 ...with limit and too-large interval argument
 ...with limit and non-integer limit argument
 ...with limit and too-large limit argument
 ...with limit and alphanumeric interval argument
 ...with limit and alphanumeric limit argument
 ...with limit and negative interval argument
 ...with limit and negative interval argument
 ...with extra argument to limit
 ...with unknown argument to limit
 Testing stanza_normal()
 ...with single argument
 ...with single argument containing signal name
 ...with multiple arguments
 ...with multiple stanzas
 ...with missing argument
 ...with non-integer argument
 ...with alphanumeric argument
 ...with negative argument
 ...with unknown argument
 ...with missing exit
 Testing stanza_console()
 ...with none argument
 ...with output argument
 ...with owner argument
 ...with multiple stanzas
 ...with unknown argument
 ...with argument
 ...with missing argument
 Testing stanza_umask()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with non-octal argument
 ...with non-integer argument
 ...with alphanumeric argument
 ...with negative argument
 ...with extra argument
 Testing stanza_nice()
 ...with positive argument
 ...with negative argument
 ...with multiple stanzas
 ...with missing argument
 ...with overly large argument
 ...with overly small argument
 ...with non-integer argument
 ...with alphanumeric argument
 ...with extra argument
 Testing stanza_oom()
 ...with positive argument
 ...with positive score argument
 ...with negative argument
 ...with negative score argument
 ...with never argument
 ...with never score argument
 ...with multiple stanzas
 ...with multiple score stanzas
 ...with an oom overriding an oom score stanza
 ...with an oom score overriding an oom stanza
 ...with missing argument
 ...with missing score argument
 ...with overly large argument
 ...with overly large score argument
 ...with overly small argument
 ...with overly small score argument
 ...with non-integer argument
 ...with non-integer score argument
 ...with alphanumeric argument
 ...with alphanumeric score argument
 ...with extra argument
 ...with extra score argument
 Testing stanza_limit()
 ...with as limit
 ...with core limit
 ...with cpu limit
 ...with data limit
 ...with fsize limit
 ...with memlock limit
 ...with msgqueue limit
 ...with nice limit
 ...with nofile limit
 ...with nproc limit
 ...with rss limit
 ...with rtprio limit
 ...with sigpending limit
 ...with stack limit
 ...with multiple limits
 ...with multiple of a single limit
 ...with unlimited hard limit
 ...with unlimited soft limit
 ...with missing hard limit
 ...with missing soft limit
 ...with unknown resource type
 ...with missing resource type
 ...with non-integer hard value argument
 ...with non-integer soft value argument
 ...with too-large hard value argument
 ...with too-large soft value argument
 ...with alphanumeric hard value argument
 ...with alphanumeric soft value argument
 ...with extra argument
 Testing stanza_chroot()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with extra argument
 Testing stanza_chdir()
 ...with single argument
 ...with multiple stanzas
 ...with missing argument
 ...with extra argument
 PASS: test_parse_job
 Testing parse_conf()
 ...with simple file
 PASS: test_parse_conf
 Testing conf_source_new()
 Testing conf_file_new()
 Testing conf_source_reload() with job directory
 ...with new job directory
 ...with new file in directory (direct write)
 ...with modified job (direct write)
 ...with modified job (atomic rename)
 ...with deleted job
 ...with modification to running job
 ...with modification to replacement for running job
 ...with deletion of replacement for running job
 ...with deletion of running job
 ...with error after modification of job
 BAD: wrong value for file, expected (nil) got 0x2ad80b6cbe40
 	at tests/test_conf.c:752 (test_source_reload_job_dir).
 /bin/bash: Zeile 5:  3375 Abgebrochen             ${dir}$tst
 FAIL: test_conf
 Testing control_server_open()
 ...with expected success
 ...with already listening
 Testing control_server_connect()
 ...with no jobs
 ...with existing jobs
 Testing control_server_close()
 Testing control_bus_open()
 ...with system bus
 ...with existing jobs
 ...with disconnect during registration
 ...with our name already taken
 ...with no system bus
 Testing control_bus_close()
 Testing control_disconnected()
 Testing control_reload_configuration()
 Testing control_get_job_by_name()
 ...with known job
 ...with unknown job
 ...with illegal job name
 Testing control_get_all_jobs()
 ...with registered jobs
 ...with no registered jobs
 Testing control_emit_event()
 ...with empty environment list
 ...with environment list
 ...with no wait
 ...with failed event
 ...with empty name
 ...with missing equals in environment list
 Testing control_get_version()
 Testing control_get_log_priority()
 ...with fatal
 ...with error
 ...with warn
 ...with message
 ...with info
 ...with debug
 Testing control_set_log_priority()
 ...with fatal
 ...with error
 ...with warn
 ...with message
 ...with info
 ...with debug
 ...with unknown string
 PASS: test_control
 ===============================================
 1 of 13 tests failed
 Please report to upstart-devel at lists.ubuntu.com
 ===============================================
 make[4]: *** [check-TESTS] Fehler 1
 make[4]: Verlasse Verzeichnis '/usr/src/upstart-1.3/init'
 make[3]: *** [check-am] Fehler 2
 make[3]: Verlasse Verzeichnis '/usr/src/upstart-1.3/init'
 make[2]: *** [check] Fehler 2
 make[2]: Verlasse Verzeichnis '/usr/src/upstart-1.3/init'
 make[1]: *** [check-recursive] Fehler 1
 make[1]: Verlasse Verzeichnis '/usr/src/upstart-1.3'
 dh_auto_test: make -j1 check returned exit code 2
 make: *** [build] Fehler 25
 dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 
 2
 --------------------------------------------------------------------------------


-- 
 Kind regards
 Martin Schlosser




More information about the upstart-devel mailing list