fork(2) download
  1. [root@alarm ~]# DISTCC_VERBOSE=1 /usr/lib/distcc/bin/gcc -c hello.c
  2. distcc[1085] (dcc_trace_version) distcc 3.1 armv5tel-unknown-linux-gnu; built Dec 5 2011 17:52:42
  3. distcc[1085] (dcc_recursion_safeguard) safeguard level=0
  4. distcc[1085] (main) compiler name is "arm-unknown-linux-gnueabi-gcc"
  5. distcc[1085] (dcc_support_masquerade) not modifying PATH
  6. distcc[1085] (dcc_scan_args) scanning arguments: arm-unknown-linux-gnueabi-gcc -c hello.c
  7. distcc[1085] (dcc_scan_args) found input file "hello.c"
  8. distcc[1085] (dcc_scan_args) no visible output file, going to add "-o hello.o" at end
  9. distcc[1085] compile from hello.c to hello.o
  10. distcc[1085] (dcc_get_hostlist) not reading /root/.distcc/hosts: No such file or directory
  11. distcc[1085] (dcc_parse_hosts_file) load hosts from /etc/distcc/hosts
  12. distcc[1085] (dcc_parse_hosts) found tcp token "10.111.0.23/5"
  13. distcc[1085] (dcc_lock_host) got cpu lock on 10.111.0.23/5 slot 0 as fd3
  14. distcc[1085] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
  15. distcc[1085] (dcc_note_state) note state 3, file "(NULL)", host "localhost"
  16. distcc[1085] (dcc_strip_dasho) result: arm-unknown-linux-gnueabi-gcc -c hello.c
  17. distcc[1085] (dcc_spawn_child) forking to execute: arm-unknown-linux-gnueabi-gcc -E hello.c
  18. distcc[1085] (dcc_spawn_child) child started as pid1086
  19. distcc[1085] (dcc_strip_local_args) result: arm-unknown-linux-gnueabi-gcc -c hello.c -o hello.o
  20. distcc[1085] exec on 10.111.0.23/5: arm-unknown-linux-gnueabi-gcc -c hello.c -o hello.o
  21. distcc[1085] (dcc_note_state) note state 2, file "hello.c", host "10.111.0.23"
  22. distcc[1085] (dcc_connect_by_addr) started connecting to 10.111.0.23:3632
  23. distcc[1086] (dcc_new_pgrp) entered process group
  24. distcc[1086] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
  25. distcc[1085] (dcc_select_for_write) select for write on fd5
  26. distcc[1085] (dcc_note_state) note state 4, file "(NULL)", host "(NULL)"
  27. distcc[1085] (dcc_x_token_int) send DIST00000001
  28. distcc[1085] (dcc_x_token_int) send ARGC00000005
  29. distcc[1085] (dcc_x_token_int) send ARGV0000001d
  30. distcc[1085] (dcc_x_token_string) send string 'arm-unknown-linux-gnueabi-gcc'
  31. distcc[1085] (dcc_x_token_int) send ARGV00000002
  32. distcc[1085] (dcc_x_token_string) send string '-c'
  33. distcc[1085] (dcc_x_token_int) send ARGV00000007
  34. distcc[1085] (dcc_x_token_string) send string 'hello.c'
  35. distcc[1085] (dcc_x_token_int) send ARGV00000002
  36. distcc[1085] (dcc_x_token_string) send string '-o'
  37. distcc[1085] (dcc_x_token_int) send ARGV00000007
  38. distcc[1085] (dcc_x_token_string) send string 'hello.o'
  39. distcc[1085] (dcc_note_state) note state 3, file "(NULL)", host "(NULL)"
  40. distcc[1085] (dcc_collect_child) cpp child 1086 terminated with status 0
  41. distcc[1085] (dcc_collect_child) cpp times: user 0.000000s, system 0.000000s, 0 minflt, 0 majflt
  42. distcc[1085] cpp hello.c on localhost completed ok
  43. distcc[1085] (dcc_unlock) release lock fd4
  44. distcc[1085] (dcc_x_file) send 17496 byte file /tmp/distcc_a97bd9fd.i with token DOTI and compression 69
  45. distcc[1085] (dcc_x_token_int) send DOTI00004458
  46. distcc[1085] (dcc_pump_sendfile) sendfile: partial transmission of 14468 bytes; retrying 3028 @14468
  47. distcc[1085] (dcc_select_for_write) select for write on fd5
  48. distcc[1085] (dcc_pump_sendfile) select() returned, continuing to write
  49. distcc[1085] (dcc_compile_remote) client finished sending request to server
  50. distcc[1085] (dcc_note_state) note state 5, file "(NULL)", host "10.111.0.23"
  51. distcc[1085] (dcc_select_for_read) select for read on fd5 for 300s
  52.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty