Lines Matching refs:FAIL_EXIT1
167 FAIL_EXIT1 ("unlink (\"%s\"): %m", path); in maybe_xunlink()
267 FAIL_EXIT1 ("can't mount %s onto %s\n", src, dest); in trymount()
375 FAIL_EXIT1 ("Out of memory while rsyncing\n"); in r_setup()
393 FAIL_EXIT1 ("Out of memory while rsyncing\n"); in r_append()
421 FAIL_EXIT1 ("Unable to fork"); in recursive_remove()
425 FAIL_EXIT1 ("exec rm: %m"); in recursive_remove()
432 FAIL_EXIT1 ("exec child returned status: %d", status); in recursive_remove()
448 FAIL_EXIT1 ("unable to open %s for reading\n", sname); in copy_one_file()
451 FAIL_EXIT1 ("unable to fstat %s\n", sname); in copy_one_file()
455 FAIL_EXIT1 ("unable to open %s for writing\n", dname); in copy_one_file()
463 FAIL_EXIT1 ("chmod %s: %s\n", dname, strerror (errno)); in copy_one_file()
468 FAIL_EXIT1 ("utime %s: %s\n", dname, strerror (errno)); in copy_one_file()
551 FAIL_EXIT1 ("%s obtained by readdir, but stat failed.\n", src->buf); in rsync_1()
646 FAIL_EXIT1 ("%s obtained by readdir, but stat failed.\n", dest->buf); in rsync_1()
736 FAIL_EXIT1 ("execv: %m"); in run_ldconfig()
844 FAIL_EXIT1 ("Cannot create testroot lock.\n"); in main()
849 FAIL_EXIT1 ("Cannot lock testroot.\n"); in main()
998 FAIL_EXIT1 ("rename %s -> %s: %s", the_words[1], in main()
1008 FAIL_EXIT1 ("chmod %s: %s\n", in main()
1087 FAIL_EXIT1 ("Can't fork for post-clean"); in main()
1135 FAIL_EXIT1 ("unable to unshare pid ns: %s : %s", strerror (errno), in main()
1138 FAIL_EXIT1 ("unable to unshare user/fs: %s", strerror (errno)); in main()
1147 FAIL_EXIT1 ("could not create a private mount namespace\n"); in main()
1168 FAIL_EXIT1 ("Can't chroot to %s - ", new_root_path); in main()
1171 FAIL_EXIT1 ("Can't cd to new %s - ", new_cwd_path); in main()
1176 FAIL_EXIT1 ("Can't create pid pipe"); in main()
1184 FAIL_EXIT1 ("Unable to fork"); in main()
1256 FAIL_EXIT1 ("can't write to /proc/self/uid_map\n"); in main()
1277 FAIL_EXIT1 ("can't write to /proc/self/gid_map\n"); in main()
1288 FAIL_EXIT1 ("Can't cd to %s inside container - ", change_cwd); in main()
1295 FAIL_EXIT1 ("Unable to exec %s: %s\n", new_child_exec, strerror (errno)); in main()