Advertisement
amcooper

/sources/tar-1.30/tests/testsuite.log

Feb 15th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.61 KB | None | 0 0
  1. ## ------------------------ ##
  2. ## GNU tar 1.30 test suite. ##
  3. ## ------------------------ ##
  4.  
  5. testsuite: command line was:
  6. $ ./testsuite
  7.  
  8. ## ---------- ##
  9. ## ChangeLog. ##
  10. ## ---------- ##
  11.  
  12. | 2017-12-17 Sergey Poznyakoff <gray@gnu.org>
  13. |
  14. | Version 1.30
  15. |
  16. | * configure.ac: Set version 1.30
  17. | * NEWS: Update.
  18. |
  19. | 2017-11-20 Paul Eggert <eggert@cs.ucla.edu>
  20. |
  21. | Fix "concatenating" typo.
  22.  
  23. ## --------- ##
  24. ## Platform. ##
  25. ## --------- ##
  26.  
  27. hostname = archiso
  28. uname -m = x86_64
  29. uname -r = 4.20.6-arch1-1-ARCH
  30. uname -s = Linux
  31. uname -v = #1 SMP PREEMPT Thu Jan 31 08:22:01 UTC 2019
  32.  
  33. /usr/bin/uname -p = unknown
  34. /bin/uname -X = unknown
  35.  
  36. /bin/arch = unknown
  37. /usr/bin/arch -k = unknown
  38. /usr/convex/getsysinfo = unknown
  39. /usr/bin/hostinfo = unknown
  40. /bin/machine = unknown
  41. /usr/bin/oslevel = unknown
  42. /bin/universe = unknown
  43.  
  44. PATH: /sources/tar-1.30/tests
  45. PATH: /sources/tar-1.30/src
  46. PATH: /sources/tar-1.30/build-aux
  47. PATH: /sources/tar-1.30
  48. PATH: /bin
  49. PATH: /usr/bin
  50. PATH: /sbin
  51. PATH: /usr/sbin
  52. PATH: /tools/bin
  53.  
  54. testsuite: atconfig:
  55. | # Configurable variable values for building test suites.
  56. | # Generated by ./config.status.
  57. | # Copyright (C) 2012 Free Software Foundation, Inc.
  58. |
  59. | # The test suite will define top_srcdir=/../.. etc.
  60. | at_testdir='tests'
  61. | abs_builddir='/sources/tar-1.30/tests'
  62. | at_srcdir='.'
  63. | abs_srcdir='/sources/tar-1.30/tests'
  64. | at_top_srcdir='..'
  65. | abs_top_srcdir='/sources/tar-1.30'
  66. | at_top_build_prefix='../'
  67. | abs_top_builddir='/sources/tar-1.30'
  68. |
  69. | # Backward compatibility with Autotest <= 2.59b:
  70. | at_top_builddir=$at_top_build_prefix
  71. |
  72. | AUTOTEST_PATH='tests'
  73. |
  74. | SHELL=${CONFIG_SHELL-'/bin/sh'}
  75.  
  76. testsuite: atlocal:
  77. | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
  78. | # Configurable variable values for tar test suite.
  79. | # Copyright 2004, 2006, 2013-2014, 2016-2017 Free Software Foundation,
  80. | # Inc.
  81. |
  82. | # This file is part of GNU tar.
  83. |
  84. | # GNU tar is free software; you can redistribute it and/or modify
  85. | # it under the terms of the GNU General Public License as published by
  86. | # the Free Software Foundation; either version 3 of the License, or
  87. | # (at your option) any later version.
  88. |
  89. | # GNU tar is distributed in the hope that it will be useful,
  90. | # but WITHOUT ANY WARRANTY; without even the implied warranty of
  91. | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  92. | # GNU General Public License for more details.
  93. |
  94. | # You should have received a copy of the GNU General Public License
  95. | # along with this program. If not, see <http://www.gnu.org/licenses/>.
  96. |
  97. | PATH=/sources/tar-1.30/tests:/sources/tar-1.30/src:/sources/tar-1.30/build-aux:$top_srcdir:$srcdir:$PATH
  98. |
  99. | XFAILFILE=$abs_builddir/.badversion
  100. |
  101. | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
  102. |
  103. | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
  104. | if test -z "$TEST_DATA_DIR"; then
  105. | TEST_DATA_DIR=$abs_builddir/download
  106. | fi
  107. |
  108. | STAR_DATA_URL=$TEST_DATA_URL/star
  109. | if test -z "$STAR_TESTSCRIPTS"; then
  110. | STAR_TESTSCRIPTS=$TEST_DATA_DIR
  111. | fi
  112. |
  113. | # tarball_prereq file sum dir url
  114. | tarball_prereq() {
  115. | if ! test -d "$3"; then
  116. | mkdir "$3"
  117. | cat > "$3/README" <<EOF
  118. | This directory contains test data downloaded during full check.
  119. | You can remove it, if you wish.
  120. | EOF
  121. | fi
  122. | if test -r $3/$1; then
  123. | :
  124. | elif test -n "$FULL_TEST"; then
  125. | wget -q -O $3/$1 $4/$1
  126. | fi
  127. | echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1
  128. | }
  129. |
  130. | decho() {
  131. | echo $*
  132. | echo >&2 $*
  133. | }
  134. |
  135. | mkexcltest() {
  136. | mkdir $1 $1/subdir
  137. | genfile --file=$1/top-level-file
  138. | genfile --file=$1/subdir/excludeme
  139. | genfile --file=$1/subdir/subdir-file
  140. | }
  141. |
  142.  
  143. ## ---------------- ##
  144. ## Tested programs. ##
  145. ## ---------------- ##
  146.  
  147. ./testsuite.at:197: /sources/tar-1.30/src/tar --version
  148. tar (GNU tar) 1.30
  149. Copyright (C) 2017 Free Software Foundation, Inc.
  150. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  151. This is free software: you are free to change and redistribute it.
  152. There is NO WARRANTY, to the extent permitted by law.
  153.  
  154. Written by John Gilmore and Jay Fenlason.
  155.  
  156. ## ------------------ ##
  157. ## Running the tests. ##
  158. ## ------------------ ##
  159. testsuite: starting at: Fri Feb 15 14:29:58 EST 2019
  160. 1. tar version (version.at:20): ok (0m0.004s 0m0.001s)
  161. 2. decompressing from stdin (pipe.at:30): ok (0m0.070s 0m0.036s)
  162. 3. mixing options (options.at:25): ok (0m0.003s 0m0.003s)
  163. 4. interspersed options (options02.at:27): ok (0m0.003s 0m0.003s)
  164. 5. TAR_OPTIONS with string arguments (options03.at:21): ok (0m0.005s 0m0.005s)
  165. 6. occurrence compatibility (opcomp01.at:21): ok (0m0.002s 0m0.001s)
  166. 7. occurrence compatibility (opcomp02.at:21): ok (0m0.002s 0m0.001s)
  167. 8. --verify compatibility (opcomp03.at:21): ok (0m0.004s 0m0.002s)
  168. 9. compress option compatibility (opcomp04.at:21): ok (0m0.011s 0m0.002s)
  169. 10. --pax-option compatibility (opcomp05.at:21): ok (0m0.002s 0m0.001s)
  170. 11. --pax-option compatibility (opcomp06.at:21): ok (0m0.014s 0m0.005s)
  171. 12. Exclude (positional01.at:21): ok (0m0.011s 0m0.007s)
  172. 13. Directory (positional02.at:21): ok (0m0.010s 0m0.003s)
  173. 14. Several options (positional03.at:21): ok (0m0.009s 0m0.002s)
  174. 15. The --add-file option (add-file.at:21): ok (0m0.054s 0m0.019s)
  175. 16. multiple file lists (T-mult.at:21): ok (0m0.009s 0m0.006s)
  176. 17. nested file lists (T-nest.at:21): ok (0m0.009s 0m0.004s)
  177. 18. recursive file lists (T-rec.at:21): ok (0m0.007s 0m0.007s)
  178. 19. files-from & recurse: toggle (T-recurse.at:27): ok (0m0.052s 0m0.035s)
  179. 20. toggle --recursion (not) from -T (T-recurse.at:66): ok (0m0.042s 0m0.023s)
  180. 21. -C in file lists (T-cd.at:21): ok (0m0.008s 0m0.007s)
  181. 22. empty entries (T-empty.at:27): ok (0m0.009s 0m0.005s)
  182. 23. 0-separated file without -0 (T-null.at:22): ok (0m0.012s 0m0.004s)
  183. 24. --null enables verbatim reading (T-null2.at:17): ok (0m0.010s 0m0.007s)
  184. 25. empty file (T-zfile.at:26): ok (0m0.011s 0m0.007s)
  185. 26. entries with missing newlines (T-nonl.at:27): ok (0m0.015s 0m0.004s)
  186. 27. recursive extraction from --files-from (T-dir00.at:28): ok (0m0.061s 0m0.023s)
  187. 28. trailing slash in --files-from (T-dir01.at:28): ok (0m0.063s 0m0.023s)
  188. 29. tar --index-file=FILE --file=- (indexfile.at:27): ok (0m0.036s 0m0.017s)
  189. 30. tar cvf - (verbose.at:27): ok (0m0.040s 0m0.014s)
  190. 31. gzip (gzip.at:24): ok (0m0.005s 0m0.004s)
  191. 32. recurse (recurse.at:22): ok (0m0.037s 0m0.012s)
  192. 33. recurse: toggle (recurs02.at:30): ok (0m0.051s 0m0.022s)
  193. 34. short records (shortrec.at:26): ok (0m0.062s 0m0.028s)
  194. 35. --numeric-owner basic tests (numeric.at:18): ok (0m0.129s 0m0.055s)
  195. 36. working -C with --same-order (same-order01.at:27): ok (0m0.055s 0m0.022s)
  196. 37. multiple -C options (same-order02.at:26): ok (0m0.055s 0m0.024s)
  197. 38. append (append.at:22): ok (0m0.042s 0m0.017s)
  198. 39. appending files with long names (append01.at:30): ok (0m0.041s 0m0.014s)
  199. 40. append vs. create (append02.at:55): ok (0m0.066s 0m0.016s)
  200. 41. append with name transformation (append03.at:21): ok (0m0.044s 0m0.019s)
  201. 42. append with verify (append04.at:29): ok (0m0.046s 0m0.031s)
  202. 43. append after changed blocking (append05.at:32): ok (0m0.053s 0m0.037s)
  203. 44. transforming hard links on create (xform-h.at:31): ok (0m0.069s 0m0.040s)
  204. 45. transformations and GNU volume labels (xform01.at:26): ok (0m0.006s 0m0.004s)
  205. 46. transforming escaped delimiters on create (xform02.at:21): ok (0m0.032s 0m0.010s)
  206. 47. transforming hard link targets (xform03.at:21): ok (0m0.069s 0m0.022s)
  207. 48. exclude (exclude.at:23): ok (0m0.037s 0m0.026s)
  208. 49. exclude wildcards (exclude01.at:19): ok (0m0.118s 0m0.062s)
  209. 50. exclude: anchoring (exclude02.at:19): ok (0m0.124s 0m0.063s)
  210. 51. exclude: wildcards match slash (exclude03.at:19): ok (0m0.115s 0m0.047s)
  211. 52. exclude: case insensitive (exclude04.at:19): ok (0m0.096s 0m0.068s)
  212. 53. exclude: lots of excludes (exclude05.at:22): ok (0m14.485s 0m1.463s)
  213. 54. exclude: long files in pax archives (exclude06.at:26): ok (0m0.019s 0m0.016s)
  214. 55. exclude: --exclude-backups option (exclude07.at:19): ok (0m0.041s 0m0.020s)
  215. 56. --exclude-tag option (exclude08.at:36): ok (0m0.056s 0m0.029s)
  216. 57. --exclude-tag option and --listed-incremental (exclude09.at:37): ok (0m0.013s 0m0.009s)
  217. 58. --exclude-tag option in incremental pass (exclude10.at:38): ok (0m0.013s 0m0.016s)
  218. 59. --exclude-tag-under option (exclude11.at:36): ok (0m0.062s 0m0.025s)
  219. 60. --exclude-tag-under and --listed-incremental (exclude12.at:37): ok (0m0.014s 0m0.004s)
  220. 61. --exclude-tag-under option in incremental pass (exclude13.at:39): ok (0m0.017s 0m0.013s)
  221. 62. --exclude-tag-all option (exclude14.at:36): ok (0m0.064s 0m0.023s)
  222. 63. --exclude-tag-all and --listed-incremental (exclude15.at:36): ok (0m0.013s 0m0.007s)
  223. 64. --exclude-tag-all option in incremental pass (exclude16.at:38): ok (0m0.011s 0m0.024s)
  224. 65. deleting a member after a big one (delete01.at:24): ok (0m0.048s 0m0.014s)
  225. 66. deleting a member from stdin archive (delete02.at:24): ok (0m0.062s 0m0.024s)
  226. 67. deleting members with long names (delete03.at:22): ok (0m0.049s 0m0.021s)
  227. 68. deleting a large last member (delete04.at:24): ok (0m0.080s 0m0.041s)
  228. 69. deleting non-existing member (delete05.at:28): ok (0m0.041s 0m0.028s)
  229. 70. extract over an existing directory (extrac01.at:24): ok (0m0.038s 0m0.016s)
  230. 71. extracting symlinks over an existing file (extrac02.at:24): ok (0m0.037s 0m0.019s)
  231. 72. extraction loops (extrac03.at:24): ok (0m0.038s 0m0.010s)
  232. 73. extract + fnmatch (extrac04.at:24): ok (0m0.072s 0m0.020s)
  233. 74. extracting selected members from pax (extrac05.at:31): ok (0m0.011s 0m0.011s)
  234. 75. mode of extracted directories (extrac06.at:35): ok (0m0.065s 0m0.027s)
  235. 76. extracting symlinks to a read-only dir (extrac07.at:28): ok (0m0.014s 0m0.003s)
  236. 77. restoring mode on existing directory (extrac08.at:33): ok (0m0.040s 0m0.025s)
  237. 78. extracting even when . and .. are unreadable (extrac09.at:34): ok (0m0.014s 0m0.010s)
  238. 79. -C and delayed setting of metadata (extrac10.at:29): ok (0m0.007s 0m0.005s)
  239. 80. scarce file descriptors (extrac11.at:25): ok (0m0.014s 0m0.014s)
  240. 81. extract dot permissions (extrac12.at:25): ok (0m0.004s 0m0.010s)
  241. 82. extract over symlinks (extrac13.at:26): ok (0m0.022s 0m0.005s)
  242. 83. extract -C symlink (extrac14.at:25): ok (0m0.005s 0m0.005s)
  243. 84. extract parent mkdir failure (extrac15.at:25): ok (0m0.009s 0m0.009s)
  244. 85. extract empty directory with -C (extrac16.at:26): ok (0m0.010s 0m0.001s)
  245. 86. name matching/transformation ordering (extrac17.at:21): ok (0m0.042s 0m0.020s)
  246. 87. keep-old-files (extrac18.at:34): ok (0m0.053s 0m0.014s)
  247. 88. skip-old-files (extrac19.at:21): ok (0m0.040s 0m0.022s)
  248. 89. keep-directory-symlink (extrac20.at:21): ok (0m0.331s 0m0.164s)
  249. 90. delay-directory-restore (extrac21.at:31): ok (0m0.009s 0m0.012s)
  250. 91. extracting existing dir with --backup (backup01.at:34): ok (0m0.035s 0m0.013s)
  251. 92. link mismatch (difflink.at:17): ok (0m0.010s 0m0.009s)
  252. 93. single-volume label (label01.at:21): ok (0m0.028s 0m0.014s)
  253. 94. multi-volume label (label02.at:21): ok (0m0.027s 0m0.016s)
  254. 95. test-label option (label03.at:27): ok (0m0.074s 0m0.025s)
  255. 96. label with non-create option (label04.at:27): ok (0m0.035s 0m0.020s)
  256. 97. label with non-create option (label05.at:24): ok (0m0.024s 0m0.019s)
  257. 98. incremental (incremental.at:24): ok (0m0.035s 0m0.019s)
  258. 99. restore broken symlinks from incremental (incr01.at:28): ok (0m0.039s 0m0.014s)
  259. 100. restoring timestamps from incremental (incr02.at:33): ok (0m0.040s 0m0.066s)
  260. 101. --listed for individual files (listed01.at:27): ok (0m0.038s 0m0.017s)
  261. 102. working --listed (listed02.at:29): ok (0m0.105s 0m0.127s)
  262. 103. incremental dump when the parent directory is unreadable (listed03.at:24): ok (0m0.010s 0m0.013s)
  263. 104. --listed-incremental and --one-file-system (listed04.at:26): ok (0m0.010s 0m0.005s)
  264. 105. --listed-incremental and remounted directories (listed05.at:33): skipped (listed05.at:36)
  265. 106. renamed files in incrementals (incr03.at:29): ok (0m0.085s 0m0.054s)
  266. 107. proper icontents initialization (incr04.at:30): ok (0m0.075s 0m0.133s)
  267. 108. incremental dumps with -C (incr05.at:21): ok (0m0.080s 0m0.067s)
  268. 109. incremental dumps of nested directories (incr06.at:21): ok (0m0.055s 0m0.083s)
  269. 110. incremental restores with -C (incr07.at:18): ok (0m0.067s 0m0.045s)
  270. 111. filename normalization (incr08.at:38): ok (0m0.020s 0m0.023s)
  271. 112. incremental with alternating -C (incr09.at:26): ok (0m0.014s 0m0.013s)
  272. 113. concatenated incremental archives (deletes) (incr10.at:18): ok (0m0.035s 0m0.065s)
  273. 114. concatenated incremental archives (renames) (incr11.at:25): ok (0m0.023s 0m0.067s)
  274. 115. file removed as we read it (ca. 22 seconds) (filerem01.at:36): ok (0m0.031s 0m0.018s)
  275. 116. toplevel file removed (ca. 24 seconds) (filerem02.at:26): ok (0m0.028s 0m0.018s)
  276. 119. renamed dirs in incrementals (rename01.at:25): ok (0m0.057s 0m0.025s)
  277. 120. move between hierarchies (rename02.at:25): ok (0m0.061s 0m0.039s)
  278. 121. cyclic renames (rename03.at:24): ok (0m0.087s 0m0.053s)
  279. 122. renamed directory containing subdirectories (rename04.at:27): ok (0m0.046s 0m0.048s)
  280. 123. renamed subdirectories (rename05.at:24): ok (0m0.053s 0m0.026s)
  281. 124. changed file types in incrementals (chtype.at:28): ok (0m0.074s 0m0.032s)
  282. 125. ignfail (ignfail.at:24): ok (0m0.080s 0m0.027s)
  283. 126. link count gt 2 (link01.at:34): ok (0m0.047s 0m0.020s)
  284. 127. preserve hard links with --remove-files (link02.at:32): ok (0m0.041s 0m0.024s)
  285. 128. working -l with --remove-files (link03.at:24): ok (0m0.072s 0m0.063s)
  286. 129. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.067s 0m0.038s)
  287. 130. long names in V7 archives (longv7.at:25): ok (0m0.010s 0m0.001s)
  288. 131. long file names divisible by block size (long01.at:29): ok (0m0.035s 0m0.014s)
  289. 132. ustar: unsplittable file name (lustar01.at:22): ok (0m0.006s 0m0.013s)
  290. 133. ustar: unsplittable path name (lustar02.at:22): ok (0m0.019s 0m0.037s)
  291. 134. ustar: splitting long names (lustar03.at:22): ok (0m0.027s 0m0.023s)
  292. 135. old archives (old.at:24): ok (0m0.003s 0m0.010s)
  293. 136. time: tricky time stamps (time01.at:20): ok (0m0.481s 0m0.442s)
  294. 137. time: clamping mtime (time02.at:20): ok (0m0.010s 0m0.008s)
  295. 138. multivolume dumps from pipes (multiv01.at:24): ok (0m0.032s 0m0.008s)
  296. 139. skipping a straddling member (multiv02.at:29): ok (0m0.022s 0m0.020s)
  297. 140. MV archive & long filenames (multiv03.at:31): ok (0m0.030s 0m0.017s)
  298. 141. split directory members in a MV archive (multiv04.at:37): ok (0m0.036s 0m0.066s)
  299. 142. Restoring after an out of sync volume (multiv05.at:27): ok (0m0.022s 0m0.010s)
  300. 143. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.020s 0m0.007s)
  301. 144. volumes split at an extended header (multiv07.at:28): skipped (multiv07.at:31)
  302. 145. multivolume header creation (multiv08.at:25): ok (0m0.009s 0m0.001s)
  303. 146. bad next volume (multiv09.at:26): ok (0m0.053s 0m0.045s)
  304. 147. file start at the beginning of a posix volume (multiv10.at:37): ok (0m0.012s 0m0.007s)
  305. 148. --owner and --group (owner.at:21): ok (0m0.007s 0m0.002s)
  306. 149. --owner-map and --group-map (map.at:21): ok (0m0.014s 0m0.006s)
  307. 150. sparse files (sparse01.at:22): ok (0m0.050s 0m0.032s)
  308. 151. extracting sparse file over a pipe (sparse02.at:22): ok (0m0.038s 0m0.064s)
  309. 152. storing sparse files > 8G (sparse03.at:22): ok (0m1.101s 0m8.163s)
  310. 153. storing long sparse file names (sparse04.at:21): ok (0m0.010s 0m0.006s)
  311. 154. listing sparse files bigger than 2^33 B (sparse05.at:21): skipped (sparse05.at:31)
  312. 155. storing sparse file using seek method (sparse06.at:21): ok (0m0.086s 0m0.190s)
  313. 156. sparse files with unicode names (sparse07.at:21): ok (0m0.025s 0m0.005s)
  314. 157. sparse files in MV archives (sparsemv.at:22): ok (0m0.036s 0m0.015s)
  315. 158. sparse files in PAX MV archives, v.0.0 (spmvp00.at:22): ok (0m0.028s 0m0.010s)
  316. 159. sparse files in PAX MV archives, v.0.1 (spmvp01.at:22): ok (0m0.019s 0m0.020s)
  317. 160. sparse files in PAX MV archives, v.1.0 (spmvp10.at:22): ok (0m0.025s 0m0.014s)
  318. 161. update unchanged directories (update.at:29): ok (0m0.058s 0m0.021s)
  319. 162. update directories (update01.at:29): ok (0m0.065s 0m0.048s)
  320. 163. update changed files (update02.at:26): ok (0m0.060s 0m0.035s)
  321. 164. update with chdir (update03.at:20): ok (0m0.074s 0m0.033s)
  322. 165. verify (verify.at:25): ok (0m0.045s 0m0.053s)
  323. 166. volume (volume.at:24): ok (0m0.022s 0m0.039s)
  324. 167. volume header size (volsize.at:30): skipped (volsize.at:33)
  325. 168. compressed format recognition (comprec.at:22): ok (0m0.063s 0m0.034s)
  326. 169. short input files (shortfile.at:26): ok (0m0.005s 0m0.002s)
  327. 170. updating short archives (shortupd.at:31): ok (0m0.031s 0m0.007s)
  328. 171. truncate (truncate.at:30): ok (0m0.057s 0m0.033s)
  329. 172. grow (grow.at:25): ok (0m1.014s 0m1.464s)
  330. 173. sigpipe handling (sigpipe.at:21): ok (0m0.008s 0m0.004s)
  331. 174. compressor program failure (comperr.at:18): ok (0m0.038s 0m0.012s)
  332. 175. remove-files with compression (remfiles01.at:28): ok (0m0.019s 0m0.020s)
  333. 176. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.011s 0m0.012s)
  334. 177. remove-files with symbolic links (remfiles03.at:28): ok (0m0.005s 0m0.002s)
  335. 178. remove-files with -C:rel in -c/non-incr. mode (remfiles04a.at:25): ok (0m0.012s 0m0.002s)
  336. 179. remove-files with -C:rel in -c/incr. mode (remfiles04b.at:33): ok (0m0.009s 0m0.008s)
  337. 180. remove-files with -C:rel in -r mode (remfiles04c.at:33): ok (0m0.014s 0m0.003s)
  338. 181. remove-files with -C:rel,rel in -c/non-incr. mode (remfiles05a.at:34): ok (0m0.013s 0m0.005s)
  339. 182. remove-files with -C:rel,rel in -c/incr. mode (remfiles05b.at:25): ok (0m0.011s 0m0.007s)
  340. 183. remove-files with -C:rel,rel in -r mode (remfiles05c.at:25): ok (0m0.014s 0m0.010s)
  341. 184. remove-files with -C:rel,abs in -c/non-incr. mode (remfiles06a.at:25): ok (0m0.008s 0m0.015s)
  342. 185. remove-files with -C:rel,abs in -c/incr. mode (remfiles06b.at:25): ok (0m0.013s 0m0.008s)
  343. 186. remove-files with -C:rel,abs in -r mode (remfiles06c.at:25): ok (0m0.019s 0m0.019s)
  344. 187. remove-files with -C:abs,rel in -c/non-incr. mode (remfiles07a.at:25): ok (0m0.016s 0m0.005s)
  345. 188. remove-files with -C:abs,rel in -c/incr. mode (remfiles07b.at:25): ok (0m0.016s 0m0.005s)
  346. 189. remove-files with -C:abs,rel in -r mode (remfiles07c.at:25): ok (0m0.018s 0m0.004s)
  347. 190. remove-files deleting two subdirs in -c/non-incr. mode (remfiles08a.at:28): ok (0m0.010s 0m0.004s)
  348. 191. remove-files deleting two subdirs in -c/incr. mode (remfiles08b.at:31): ok (0m0.009s 0m0.005s)
  349. 192. remove-files deleting two subdirs in -r mode (remfiles08c.at:28): ok (0m0.016s 0m0.009s)
  350. 193. remove-files on full directory in -c/non-incr. mode (remfiles09a.at:25): ok (0m0.008s 0m0.007s)
  351. 194. remove-files on full directory in -c/incr. mode (remfiles09b.at:29): ok (0m0.008s 0m0.006s)
  352. 195. remove-files on full directory in -r mode (remfiles09c.at:25): ok (0m0.015s 0m0.007s)
  353. 196. remove-files (remfiles10.at:20): ok (0m0.010s 0m0.003s)
  354. 197. xattrs: basic functionality (xattr01.at:25): ok (0m0.114s 0m0.073s)
  355. 198. xattrs: change directory with -C option (xattr02.at:25): ok (0m0.121s 0m0.060s)
  356. 199. xattrs: trusted.* attributes (xattr03.at:25): skipped (xattr03.at:28)
  357. 200. xattrs: s/open/openat/ regression (xattr04.at:26): ok (0m0.108s 0m0.076s)
  358. 201. xattrs: keywords with '=' and '%' (xattr05.at:28): ok (0m0.101s 0m0.052s)
  359. 202. xattrs: exclude xattrs on create (xattr06.at:27): ok (0m0.100s 0m0.104s)
  360. 203. xattrs: xattrs and --skip-old-files (xattr07.at:26): ok (0m0.133s 0m0.106s)
  361. 204. acls: basic functionality (acls01.at:25): ok (0m0.122s 0m0.097s)
  362. 205. acls: work with -C (acls02.at:25): ok (0m0.141s 0m0.157s)
  363. 206. acls: default ACLs (acls03.at:30): ok (0m0.645s 0m0.598s)
  364. 207. selinux: basic store/restore (selnx01.at:25): skipped (selnx01.at:28)
  365. 208. acls/selinux: special files & fifos (selacl01.at:25): skipped (selacl01.at:28)
  366. 209. capabilities: binary store/restore (capabs_raw01.at:25): skipped (capabs_raw01.at:28)
  367. 210. tar --one-top-level (onetop01.at:21): ok (0m0.065s 0m0.024s)
  368. 211. tar --one-top-level --show-transformed (onetop02.at:21): ok (0m0.065s 0m0.026s)
  369. 212. tar --one-top-level --transform (onetop03.at:21): ok (0m0.072s 0m0.069s)
  370. 213. tar --one-top-level --transform (onetop04.at:21): ok (0m0.049s 0m0.030s)
  371. 214. tar --one-top-level restoring permissions (onetop05.at:21): ok (0m0.103s 0m0.039s)
  372. 215. gtarfail (gtarfail.at:22): skipped (gtarfail.at:27)
  373. 216. gtarfail2 (gtarfail2.at:22): skipped (gtarfail2.at:27)
  374. 217. multi-fail (multi-fail.at:22): skipped (multi-fail.at:27)
  375. 218. ustar-big-2g (ustar-big-2g.at:22): skipped (ustar-big-2g.at:27)
  376. 219. ustar-big-8g (ustar-big-8g.at:22): skipped (ustar-big-8g.at:27)
  377. 220. pax-big-10g (pax-big-10g.at:22): skipped (pax-big-10g.at:27)
  378. testsuite: ending at: Fri Feb 15 14:33:57 EST 2019
  379. testsuite: test suite duration: 0h 3m 59s
  380.  
  381. ## ------------- ##
  382. ## Test results. ##
  383. ## ------------- ##
  384.  
  385. ERROR: 206 tests were run,
  386. 2 failed unexpectedly.
  387. 14 tests were skipped.
  388.  
  389. ## ------------------------ ##
  390. ## Summary of the failures. ##
  391. ## ------------------------ ##
  392. Failed tests:
  393. GNU tar 1.30 test suite test groups:
  394.  
  395. NUM: FILE-NAME:LINE TEST-GROUP-NAME
  396. KEYWORDS
  397.  
  398. 117: dirrem01.at:34 directory removed before reading
  399. create incremental listed dirchange dirrem dirrem01
  400. 118: dirrem02.at:31 explicitly named directory removed before reading
  401. create incremental listed dirchange dirrem dirrem02
  402.  
  403. Skipped tests:
  404. GNU tar 1.30 test suite test groups:
  405.  
  406. NUM: FILE-NAME:LINE TEST-GROUP-NAME
  407. KEYWORDS
  408.  
  409. 105: listed05.at:33 --listed-incremental and remounted directories
  410. listed incremental listed05 chdir
  411. 144: multiv07.at:28 volumes split at an extended header
  412. multivolume multiv multiv07 xsplit
  413. 154: sparse05.at:21 listing sparse files bigger than 2^33 B
  414. sparse sparse05
  415. 167: volsize.at:30 volume header size
  416. volume volsize
  417. 199: xattr03.at:25 xattrs: trusted.* attributes
  418. xattrs xattr03 chdir
  419. 207: selnx01.at:25 selinux: basic store/restore
  420. xattrs selinux selnx01
  421. 208: selacl01.at:25 acls/selinux: special files & fifos
  422. xattrs selinux acls selacls01
  423. 209: capabs_raw01.at:25 capabilities: binary store/restore
  424. xattrs capabilities capabs_raw01
  425. 215: gtarfail.at:22 gtarfail
  426. star gtarfail
  427. 216: gtarfail2.at:22 gtarfail2
  428. star gtarfail2
  429. 217: multi-fail.at:22 multi-fail
  430. star multivolume multiv multi-fail
  431. 218: ustar-big-2g.at:22 ustar-big-2g
  432. star ustar-big-2g
  433. 219: ustar-big-8g.at:22 ustar-big-8g
  434. star ustar-big-8g
  435. 220: pax-big-10g.at:22 pax-big-10g
  436. star pax-big-10g
  437.  
  438. ## ---------------------- ##
  439. ## Detailed failed tests. ##
  440. ## ---------------------- ##
  441.  
  442. # -*- compilation -*-
  443. 117. dirrem01.at:34: testing directory removed before reading ...
  444. ./dirrem01.at:37:
  445. mkdir gnu
  446. (cd gnu
  447. TEST_TAR_FORMAT=gnu
  448. export TEST_TAR_FORMAT
  449. TAR_OPTIONS="-H gnu"
  450. export TAR_OPTIONS
  451. rm -rf *
  452.  
  453. mkdir dir
  454. mkdir dir/sub
  455. genfile --file dir/file1
  456. genfile --file dir/sub/file2
  457.  
  458. case "$TEST_TAR_FORMAT" in
  459. posix) CPT=5;;
  460. gnu) CPT=3;;
  461. *) exit 77
  462. esac
  463.  
  464. genfile --run --checkpoint=$CPT --unlink dir/sub/file2 --unlink dir/sub -- \
  465. tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
  466. --checkpoint-action='echo' -c -f archive.tar \
  467. --listed-incremental db -v dir >/dev/null
  468. )
  469. --- - 2019-02-15 14:32:17.374126292 -0500
  470. +++ /sources/tar-1.30/tests/testsuite.dir/at-groups/117/stderr 2019-02-15 14:32:17.369719049 -0500
  471. @@ -1,4 +1,5 @@
  472. tar: dir: Directory is new
  473. tar: dir/sub: Directory is new
  474. +tar: dir/sub: file changed as we read it
  475. tar: dir/sub: File removed before we read it
  476.  
  477. stdout:
  478. 117. dirrem01.at:34: 117. directory removed before reading (dirrem01.at:34): FAILED (dirrem01.at:37)
  479.  
  480. # -*- compilation -*-
  481. 118. dirrem02.at:31: testing explicitly named directory removed before reading ...
  482. ./dirrem02.at:34:
  483. mkdir gnu
  484. (cd gnu
  485. TEST_TAR_FORMAT=gnu
  486. export TEST_TAR_FORMAT
  487. TAR_OPTIONS="-H gnu"
  488. export TAR_OPTIONS
  489. rm -rf *
  490.  
  491. mkdir dir
  492. mkdir dir/sub
  493. genfile --file dir/file1
  494. genfile --file dir/sub/file2
  495.  
  496. case "$TEST_TAR_FORMAT" in
  497. posix) CPT=5;;
  498. gnu) CPT=3;;
  499. *) exit 77
  500. esac
  501.  
  502. genfile --run --checkpoint=$CPT --unlink dir/sub/file2 --unlink dir/sub -- \
  503. tar --blocking-factor=1 --checkpoint=1 --checkpoint-action='sleep=1' \
  504. --checkpoint-action='echo' -c -f archive.tar \
  505. --listed-incremental db -v dir dir/sub >/dev/null
  506. )
  507. --- - 2019-02-15 14:32:24.406457994 -0500
  508. +++ /sources/tar-1.30/tests/testsuite.dir/at-groups/118/stderr 2019-02-15 14:32:24.399719048 -0500
  509. @@ -1,5 +1,6 @@
  510. tar: dir: Directory is new
  511. tar: dir/sub: Directory is new
  512. +tar: dir/sub: file changed as we read it
  513. tar: dir/sub: Cannot open: No such file or directory
  514. tar: Exiting with failure status due to previous errors
  515.  
  516. stdout:
  517. 118. dirrem02.at:31: 118. explicitly named directory removed before reading (dirrem02.at:31): FAILED (dirrem02.at:34)
  518.  
  519. [--- >8 SNIP 8< ---]
  520.  
  521. |
  522. | configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement