$ make check TESTS=tests/cut/cut.pl VERBOSE=yes DEBUG=YES SUBDIRS. >> log 2>&1 $ cat log GEN public-submodule-commit make check-recursive make[1]: Entering directory '/home/unknown/projects/coreutils' Making check in po make[2]: Entering directory '/home/unknown/projects/coreutils/po' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/home/unknown/projects/coreutils/po' Making check in . make[2]: Entering directory '/home/unknown/projects/coreutils' make check-TESTS check-local make[3]: Entering directory '/home/unknown/projects/coreutils' make[4]: Entering directory '/home/unknown/projects/coreutils' WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1712495787.461523 698728 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. E0000 00:00:1712495787.489133 698728 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. E0000 00:00:1712495787.516667 698728 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when parsing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. FAIL: tests/cut/cut.pl ======================================================= GNU coreutils 9.5.7-11163: ./tests/test-suite.log ======================================================= # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: tests/cut/cut =================== cut (GNU coreutils) 9.5.7-11163 Copyright (C) 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David M. Ihnat, David MacKenzie, and Jim Meyering. creating file 'f' with contents 'x' creating file 'g' with contents 'y' creating file 'dbl-free.1' with contents 'x y ' creating file 'dbl-free.2' with contents '' dbl-free... Running command: 'cut -f2- 'f' 'g' > dbl-free.O 2> dbl-free.E' creating file 'zero-1.1' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' creating file 'zero-1.2' with contents '' zero-1... Running command: 'cut -b0 > zero-1.O 2> zero-1.E' creating file 'zero-2.1' with contents 'cut: fields are numbered from 1 Try 'cut --help' for more information. ' creating file 'zero-2.2' with contents '' zero-2... Running command: 'cut -f0-2 > zero-2.O 2> zero-2.E' creating file 'zero-3b.1' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' creating file 'zero-3b.2' with contents '' zero-3b... Running command: 'cut -b0- > zero-3b.O 2> zero-3b.E' creating file 'zero-3c.1' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' creating file 'zero-3c.2' with contents '' zero-3c... Running command: 'cut -c0- > zero-3c.O 2> zero-3c.E' creating file 'zero-3f.1' with contents 'cut: fields are numbered from 1 Try 'cut --help' for more information. ' creating file 'zero-3f.2' with contents '' zero-3f... Running command: 'cut -f0- > zero-3f.O 2> zero-3f.E' creating file '1.1' with contents 'a:b:c ' creating file '1.2' with contents 'a:c ' creating file '1.3' with contents '' 1... Running command: 'cut -d: -f1,3- '1.1' > 1.O 2> 1.E' creating file '1.r.1' with contents 'a:b:c ' creating file '1.r.2' with contents 'a:c ' creating file '1.r.3' with contents '' 1.r... Running command: 'cut -d: -f1,3- < '1.r.1' > 1.r.O 2> 1.r.E' creating file '1.p.1' with contents 'a:b:c ' creating file '1.p.2' with contents 'a:c ' creating file '1.p.3' with contents '' 1.p... Running command: 'cat '1.p.1' | cut -d: -f1,3- > 1.p.O 2> 1.p.E' creating file '2.1' with contents 'a:b:c ' creating file '2.2' with contents 'a:c ' creating file '2.3' with contents '' 2... Running command: 'cut -d: -f1,3- '2.1' > 2.O 2> 2.E' creating file '2.r.1' with contents 'a:b:c ' creating file '2.r.2' with contents 'a:c ' creating file '2.r.3' with contents '' 2.r... Running command: 'cut -d: -f1,3- < '2.r.1' > 2.r.O 2> 2.r.E' creating file '2.p.1' with contents 'a:b:c ' creating file '2.p.2' with contents 'a:c ' creating file '2.p.3' with contents '' 2.p... Running command: 'cat '2.p.1' | cut -d: -f1,3- > 2.p.O 2> 2.p.E' creating file '3.1' with contents 'a:b:c ' creating file '3.2' with contents 'b:c ' creating file '3.3' with contents '' 3... Running command: 'cut -d: -f2- '3.1' > 3.O 2> 3.E' creating file '3.r.1' with contents 'a:b:c ' creating file '3.r.2' with contents 'b:c ' creating file '3.r.3' with contents '' 3.r... Running command: 'cut -d: -f2- < '3.r.1' > 3.r.O 2> 3.r.E' creating file '3.p.1' with contents 'a:b:c ' creating file '3.p.2' with contents 'b:c ' creating file '3.p.3' with contents '' 3.p... Running command: 'cat '3.p.1' | cut -d: -f2- > 3.p.O 2> 3.p.E' creating file '4.1' with contents 'a:b:c ' creating file '4.2' with contents ' ' creating file '4.3' with contents '' 4... Running command: 'cut -d: -f4 '4.1' > 4.O 2> 4.E' creating file '4.r.1' with contents 'a:b:c ' creating file '4.r.2' with contents ' ' creating file '4.r.3' with contents '' 4.r... Running command: 'cut -d: -f4 < '4.r.1' > 4.r.O 2> 4.r.E' creating file '4.p.1' with contents 'a:b:c ' creating file '4.p.2' with contents ' ' creating file '4.p.3' with contents '' 4.p... Running command: 'cat '4.p.1' | cut -d: -f4 > 4.p.O 2> 4.p.E' creating file '5.1' with contents '' creating file '5.2' with contents '' creating file '5.3' with contents '' 5... Running command: 'cut -d: -f4 '5.1' > 5.O 2> 5.E' creating file '5.r.1' with contents '' creating file '5.r.2' with contents '' creating file '5.r.3' with contents '' 5.r... Running command: 'cut -d: -f4 < '5.r.1' > 5.r.O 2> 5.r.E' creating file '5.p.1' with contents '' creating file '5.p.2' with contents '' creating file '5.p.3' with contents '' 5.p... Running command: 'cat '5.p.1' | cut -d: -f4 > 5.p.O 2> 5.p.E' creating file '6.1' with contents '123 ' creating file '6.2' with contents ' ' creating file '6.3' with contents '' 6... Running command: 'cut -c4 '6.1' > 6.O 2> 6.E' creating file '6.r.1' with contents '123 ' creating file '6.r.2' with contents ' ' creating file '6.r.3' with contents '' 6.r... Running command: 'cut -c4 < '6.r.1' > 6.r.O 2> 6.r.E' creating file '6.p.1' with contents '123 ' creating file '6.p.2' with contents ' ' creating file '6.p.3' with contents '' 6.p... Running command: 'cat '6.p.1' | cut -c4 > 6.p.O 2> 6.p.E' creating file '7.1' with contents '123' creating file '7.2' with contents ' ' creating file '7.3' with contents '' 7... Running command: 'cut -c4 '7.1' > 7.O 2> 7.E' creating file '7.r.1' with contents '123' creating file '7.r.2' with contents ' ' creating file '7.r.3' with contents '' 7.r... Running command: 'cut -c4 < '7.r.1' > 7.r.O 2> 7.r.E' creating file '7.p.1' with contents '123' creating file '7.p.2' with contents ' ' creating file '7.p.3' with contents '' 7.p... Running command: 'cat '7.p.1' | cut -c4 > 7.p.O 2> 7.p.E' creating file '8.1' with contents '123 1' creating file '8.2' with contents ' ' creating file '8.3' with contents '' 8... Running command: 'cut -c4 '8.1' > 8.O 2> 8.E' creating file '8.r.1' with contents '123 1' creating file '8.r.2' with contents ' ' creating file '8.r.3' with contents '' 8.r... Running command: 'cut -c4 < '8.r.1' > 8.r.O 2> 8.r.E' creating file '8.p.1' with contents '123 1' creating file '8.p.2' with contents ' ' creating file '8.p.3' with contents '' 8.p... Running command: 'cat '8.p.1' | cut -c4 > 8.p.O 2> 8.p.E' creating file '9.1' with contents '' creating file '9.2' with contents '' creating file '9.3' with contents '' 9... Running command: 'cut -c4 '9.1' > 9.O 2> 9.E' creating file '9.r.1' with contents '' creating file '9.r.2' with contents '' creating file '9.r.3' with contents '' 9.r... Running command: 'cut -c4 < '9.r.1' > 9.r.O 2> 9.r.E' creating file '9.p.1' with contents '' creating file '9.p.2' with contents '' creating file '9.p.3' with contents '' 9.p... Running command: 'cat '9.p.1' | cut -c4 > 9.p.O 2> 9.p.E' creating file 'a.1' with contents 'a:b:c ' creating file 'a.2' with contents 'c ' creating file 'a.3' with contents '' a... Running command: 'cut -s -d: -f3- 'a.1' > a.O 2> a.E' creating file 'a.r.1' with contents 'a:b:c ' creating file 'a.r.2' with contents 'c ' creating file 'a.r.3' with contents '' a.r... Running command: 'cut -s -d: -f3- < 'a.r.1' > a.r.O 2> a.r.E' creating file 'a.p.1' with contents 'a:b:c ' creating file 'a.p.2' with contents 'c ' creating file 'a.p.3' with contents '' a.p... Running command: 'cat 'a.p.1' | cut -s -d: -f3- > a.p.O 2> a.p.E' creating file 'b.1' with contents 'a:b:c ' creating file 'b.2' with contents 'b:c ' creating file 'b.3' with contents '' b... Running command: 'cut -s -d: -f2,3 'b.1' > b.O 2> b.E' creating file 'b.r.1' with contents 'a:b:c ' creating file 'b.r.2' with contents 'b:c ' creating file 'b.r.3' with contents '' b.r... Running command: 'cut -s -d: -f2,3 < 'b.r.1' > b.r.O 2> b.r.E' creating file 'b.p.1' with contents 'a:b:c ' creating file 'b.p.2' with contents 'b:c ' creating file 'b.p.3' with contents '' b.p... Running command: 'cat 'b.p.1' | cut -s -d: -f2,3 > b.p.O 2> b.p.E' creating file 'c.1' with contents 'a:b:c ' creating file 'c.2' with contents 'a:c ' creating file 'c.3' with contents '' c... Running command: 'cut -s -d: -f1,3 'c.1' > c.O 2> c.E' creating file 'c.r.1' with contents 'a:b:c ' creating file 'c.r.2' with contents 'a:c ' creating file 'c.r.3' with contents '' c.r... Running command: 'cut -s -d: -f1,3 < 'c.r.1' > c.r.O 2> c.r.E' creating file 'c.p.1' with contents 'a:b:c ' creating file 'c.p.2' with contents 'a:c ' creating file 'c.p.3' with contents '' c.p... Running command: 'cat 'c.p.1' | cut -s -d: -f1,3 > c.p.O 2> c.p.E' creating file 'd.1' with contents 'a:b:c: ' creating file 'd.2' with contents 'a:c ' creating file 'd.3' with contents '' d... Running command: 'cut -s -d: -f1,3 'd.1' > d.O 2> d.E' creating file 'd.r.1' with contents 'a:b:c: ' creating file 'd.r.2' with contents 'a:c ' creating file 'd.r.3' with contents '' d.r... Running command: 'cut -s -d: -f1,3 < 'd.r.1' > d.r.O 2> d.r.E' creating file 'd.p.1' with contents 'a:b:c: ' creating file 'd.p.2' with contents 'a:c ' creating file 'd.p.3' with contents '' d.p... Running command: 'cat 'd.p.1' | cut -s -d: -f1,3 > d.p.O 2> d.p.E' creating file 'e.1' with contents 'a:b:c: ' creating file 'e.2' with contents 'c: ' creating file 'e.3' with contents '' e... Running command: 'cut -s -d: -f3- 'e.1' > e.O 2> e.E' creating file 'e.r.1' with contents 'a:b:c: ' creating file 'e.r.2' with contents 'c: ' creating file 'e.r.3' with contents '' e.r... Running command: 'cut -s -d: -f3- < 'e.r.1' > e.r.O 2> e.r.E' creating file 'e.p.1' with contents 'a:b:c: ' creating file 'e.p.2' with contents 'c: ' creating file 'e.p.3' with contents '' e.p... Running command: 'cat 'e.p.1' | cut -s -d: -f3- > e.p.O 2> e.p.E' creating file 'f.1' with contents 'a:b:c: ' creating file 'f.2' with contents 'c: ' creating file 'f.3' with contents '' f... Running command: 'cut -s -d: -f3-4 'f.1' > f.O 2> f.E' creating file 'f.r.1' with contents 'a:b:c: ' creating file 'f.r.2' with contents 'c: ' creating file 'f.r.3' with contents '' f.r... Running command: 'cut -s -d: -f3-4 < 'f.r.1' > f.r.O 2> f.r.E' creating file 'f.p.1' with contents 'a:b:c: ' creating file 'f.p.2' with contents 'c: ' creating file 'f.p.3' with contents '' f.p... Running command: 'cat 'f.p.1' | cut -s -d: -f3-4 > f.p.O 2> f.p.E' creating file 'g.1' with contents 'a:b:c: ' creating file 'g.2' with contents 'c: ' creating file 'g.3' with contents '' g... Running command: 'cut -s -d: -f3,4 'g.1' > g.O 2> g.E' creating file 'g.r.1' with contents 'a:b:c: ' creating file 'g.r.2' with contents 'c: ' creating file 'g.r.3' with contents '' g.r... Running command: 'cut -s -d: -f3,4 < 'g.r.1' > g.r.O 2> g.r.E' creating file 'g.p.1' with contents 'a:b:c: ' creating file 'g.p.2' with contents 'c: ' creating file 'g.p.3' with contents '' g.p... Running command: 'cat 'g.p.1' | cut -s -d: -f3,4 > g.p.O 2> g.p.E' creating file 'h.1' with contents 'abc ' creating file 'h.2' with contents '' creating file 'h.3' with contents '' h... Running command: 'cut -s -d: -f2,3 'h.1' > h.O 2> h.E' creating file 'h.r.1' with contents 'abc ' creating file 'h.r.2' with contents '' creating file 'h.r.3' with contents '' h.r... Running command: 'cut -s -d: -f2,3 < 'h.r.1' > h.r.O 2> h.r.E' creating file 'h.p.1' with contents 'abc ' creating file 'h.p.2' with contents '' creating file 'h.p.3' with contents '' h.p... Running command: 'cat 'h.p.1' | cut -s -d: -f2,3 > h.p.O 2> h.p.E' creating file 'i.1' with contents '::: ' creating file 'i.2' with contents ':: ' creating file 'i.3' with contents '' i... Running command: 'cut -d: -f1-3 'i.1' > i.O 2> i.E' creating file 'i.r.1' with contents '::: ' creating file 'i.r.2' with contents ':: ' creating file 'i.r.3' with contents '' i.r... Running command: 'cut -d: -f1-3 < 'i.r.1' > i.r.O 2> i.r.E' creating file 'i.p.1' with contents '::: ' creating file 'i.p.2' with contents ':: ' creating file 'i.p.3' with contents '' i.p... Running command: 'cat 'i.p.1' | cut -d: -f1-3 > i.p.O 2> i.p.E' creating file 'j.1' with contents '::: ' creating file 'j.2' with contents '::: ' creating file 'j.3' with contents '' j... Running command: 'cut -d: -f1-4 'j.1' > j.O 2> j.E' creating file 'j.r.1' with contents '::: ' creating file 'j.r.2' with contents '::: ' creating file 'j.r.3' with contents '' j.r... Running command: 'cut -d: -f1-4 < 'j.r.1' > j.r.O 2> j.r.E' creating file 'j.p.1' with contents '::: ' creating file 'j.p.2' with contents '::: ' creating file 'j.p.3' with contents '' j.p... Running command: 'cat 'j.p.1' | cut -d: -f1-4 > j.p.O 2> j.p.E' creating file 'k.1' with contents '::: ' creating file 'k.2' with contents ': ' creating file 'k.3' with contents '' k... Running command: 'cut -d: -f2-3 'k.1' > k.O 2> k.E' creating file 'k.r.1' with contents '::: ' creating file 'k.r.2' with contents ': ' creating file 'k.r.3' with contents '' k.r... Running command: 'cut -d: -f2-3 < 'k.r.1' > k.r.O 2> k.r.E' creating file 'k.p.1' with contents '::: ' creating file 'k.p.2' with contents ': ' creating file 'k.p.3' with contents '' k.p... Running command: 'cat 'k.p.1' | cut -d: -f2-3 > k.p.O 2> k.p.E' creating file 'l.1' with contents '::: ' creating file 'l.2' with contents ':: ' creating file 'l.3' with contents '' l... Running command: 'cut -d: -f2-4 'l.1' > l.O 2> l.E' creating file 'l.r.1' with contents '::: ' creating file 'l.r.2' with contents ':: ' creating file 'l.r.3' with contents '' l.r... Running command: 'cut -d: -f2-4 < 'l.r.1' > l.r.O 2> l.r.E' creating file 'l.p.1' with contents '::: ' creating file 'l.p.2' with contents ':: ' creating file 'l.p.3' with contents '' l.p... Running command: 'cat 'l.p.1' | cut -d: -f2-4 > l.p.O 2> l.p.E' creating file 'm.1' with contents '::: ' creating file 'm.2' with contents ':: ' creating file 'm.3' with contents '' m... Running command: 'cut -s -d: -f1-3 'm.1' > m.O 2> m.E' creating file 'm.r.1' with contents '::: ' creating file 'm.r.2' with contents ':: ' creating file 'm.r.3' with contents '' m.r... Running command: 'cut -s -d: -f1-3 < 'm.r.1' > m.r.O 2> m.r.E' creating file 'm.p.1' with contents '::: ' creating file 'm.p.2' with contents ':: ' creating file 'm.p.3' with contents '' m.p... Running command: 'cat 'm.p.1' | cut -s -d: -f1-3 > m.p.O 2> m.p.E' creating file 'n.1' with contents '::: ' creating file 'n.2' with contents '::: ' creating file 'n.3' with contents '' n... Running command: 'cut -s -d: -f1-4 'n.1' > n.O 2> n.E' creating file 'n.r.1' with contents '::: ' creating file 'n.r.2' with contents '::: ' creating file 'n.r.3' with contents '' n.r... Running command: 'cut -s -d: -f1-4 < 'n.r.1' > n.r.O 2> n.r.E' creating file 'n.p.1' with contents '::: ' creating file 'n.p.2' with contents '::: ' creating file 'n.p.3' with contents '' n.p... Running command: 'cat 'n.p.1' | cut -s -d: -f1-4 > n.p.O 2> n.p.E' creating file 'o.1' with contents '::: ' creating file 'o.2' with contents ': ' creating file 'o.3' with contents '' o... Running command: 'cut -s -d: -f2-3 'o.1' > o.O 2> o.E' creating file 'o.r.1' with contents '::: ' creating file 'o.r.2' with contents ': ' creating file 'o.r.3' with contents '' o.r... Running command: 'cut -s -d: -f2-3 < 'o.r.1' > o.r.O 2> o.r.E' creating file 'o.p.1' with contents '::: ' creating file 'o.p.2' with contents ': ' creating file 'o.p.3' with contents '' o.p... Running command: 'cat 'o.p.1' | cut -s -d: -f2-3 > o.p.O 2> o.p.E' creating file 'p.1' with contents '::: ' creating file 'p.2' with contents ':: ' creating file 'p.3' with contents '' p... Running command: 'cut -s -d: -f2-4 'p.1' > p.O 2> p.E' creating file 'p.r.1' with contents '::: ' creating file 'p.r.2' with contents ':: ' creating file 'p.r.3' with contents '' p.r... Running command: 'cut -s -d: -f2-4 < 'p.r.1' > p.r.O 2> p.r.E' creating file 'p.p.1' with contents '::: ' creating file 'p.p.2' with contents ':: ' creating file 'p.p.3' with contents '' p.p... Running command: 'cat 'p.p.1' | cut -s -d: -f2-4 > p.p.O 2> p.p.E' creating file 'q.1' with contents '::: : ' creating file 'q.2' with contents ':: ' creating file 'q.3' with contents '' q... Running command: 'cut -s -d: -f2-4 'q.1' > q.O 2> q.E' creating file 'q.r.1' with contents '::: : ' creating file 'q.r.2' with contents ':: ' creating file 'q.r.3' with contents '' q.r... Running command: 'cut -s -d: -f2-4 < 'q.r.1' > q.r.O 2> q.r.E' creating file 'q.p.1' with contents '::: : ' creating file 'q.p.2' with contents ':: ' creating file 'q.p.3' with contents '' q.p... Running command: 'cat 'q.p.1' | cut -s -d: -f2-4 > q.p.O 2> q.p.E' creating file 'r.1' with contents '::: :1 ' creating file 'r.2' with contents ':: 1 ' creating file 'r.3' with contents '' r... Running command: 'cut -s -d: -f2-4 'r.1' > r.O 2> r.E' creating file 'r.r.1' with contents '::: :1 ' creating file 'r.r.2' with contents ':: 1 ' creating file 'r.r.3' with contents '' r.r... Running command: 'cut -s -d: -f2-4 < 'r.r.1' > r.r.O 2> r.r.E' creating file 'r.p.1' with contents '::: :1 ' creating file 'r.p.2' with contents ':: 1 ' creating file 'r.p.3' with contents '' r.p... Running command: 'cat 'r.p.1' | cut -s -d: -f2-4 > r.p.O 2> r.p.E' creating file 's.1' with contents '::: :a ' creating file 's.2' with contents '::: :a ' creating file 's.3' with contents '' s... Running command: 'cut -s -d: -f1-4 's.1' > s.O 2> s.E' creating file 's.r.1' with contents '::: :a ' creating file 's.r.2' with contents '::: :a ' creating file 's.r.3' with contents '' s.r... Running command: 'cut -s -d: -f1-4 < 's.r.1' > s.r.O 2> s.r.E' creating file 's.p.1' with contents '::: :a ' creating file 's.p.2' with contents '::: :a ' creating file 's.p.3' with contents '' s.p... Running command: 'cat 's.p.1' | cut -s -d: -f1-4 > s.p.O 2> s.p.E' creating file 't.1' with contents '::: :1 ' creating file 't.2' with contents ': ' creating file 't.3' with contents '' t... Running command: 'cut -s -d: -f3- 't.1' > t.O 2> t.E' creating file 't.r.1' with contents '::: :1 ' creating file 't.r.2' with contents ': ' creating file 't.r.3' with contents '' t.r... Running command: 'cut -s -d: -f3- < 't.r.1' > t.r.O 2> t.r.E' creating file 't.p.1' with contents '::: :1 ' creating file 't.p.2' with contents ': ' creating file 't.p.3' with contents '' t.p... Running command: 'cat 't.p.1' | cut -s -d: -f3- > t.p.O 2> t.p.E' creating file 'u.1' with contents '' creating file 'u.2' with contents '' creating file 'u.3' with contents '' u... Running command: 'cut -s -f3- 'u.1' > u.O 2> u.E' creating file 'u.r.1' with contents '' creating file 'u.r.2' with contents '' creating file 'u.r.3' with contents '' u.r... Running command: 'cut -s -f3- < 'u.r.1' > u.r.O 2> u.r.E' creating file 'u.p.1' with contents '' creating file 'u.p.2' with contents '' creating file 'u.p.3' with contents '' u.p... Running command: 'cat 'u.p.1' | cut -s -f3- > u.p.O 2> u.p.E' creating file 'v.1' with contents '' creating file 'v.2' with contents '' creating file 'v.3' with contents '' v... Running command: 'cut -f3- 'v.1' > v.O 2> v.E' creating file 'v.r.1' with contents '' creating file 'v.r.2' with contents '' creating file 'v.r.3' with contents '' v.r... Running command: 'cut -f3- < 'v.r.1' > v.r.O 2> v.r.E' creating file 'v.p.1' with contents '' creating file 'v.p.2' with contents '' creating file 'v.p.3' with contents '' v.p... Running command: 'cat 'v.p.1' | cut -f3- > v.p.O 2> v.p.E' creating file 'w.1' with contents '' creating file 'w.2' with contents '' creating file 'w.3' with contents '' w... Running command: 'cut -b 1 'w.1' > w.O 2> w.E' creating file 'w.r.1' with contents '' creating file 'w.r.2' with contents '' creating file 'w.r.3' with contents '' w.r... Running command: 'cut -b 1 < 'w.r.1' > w.r.O 2> w.r.E' creating file 'w.p.1' with contents '' creating file 'w.p.2' with contents '' creating file 'w.p.3' with contents '' w.p... Running command: 'cat 'w.p.1' | cut -b 1 > w.p.O 2> w.p.E' creating file 'x.1' with contents ': ' creating file 'x.2' with contents ' ' creating file 'x.3' with contents '' x... Running command: 'cut -s -d: -f2-4 'x.1' > x.O 2> x.E' creating file 'x.r.1' with contents ': ' creating file 'x.r.2' with contents ' ' creating file 'x.r.3' with contents '' x.r... Running command: 'cut -s -d: -f2-4 < 'x.r.1' > x.r.O 2> x.r.E' creating file 'x.p.1' with contents ': ' creating file 'x.p.2' with contents ' ' creating file 'x.p.3' with contents '' x.p... Running command: 'cat 'x.p.1' | cut -s -d: -f2-4 > x.p.O 2> x.p.E' creating file 'y.1' with contents ': ' creating file 'y.2' with contents '' creating file 'y.3' with contents 'cut: suppressing non-delimited lines makes sense only when operating on fields Try 'cut --help' for more information. ' y... Running command: 'cut -s -b4 'y.1' > y.O 2> y.E' creating file 'y.r.1' with contents ': ' creating file 'y.r.2' with contents '' creating file 'y.r.3' with contents 'cut: suppressing non-delimited lines makes sense only when operating on fields Try 'cut --help' for more information. ' y.r... Running command: 'cut -s -b4 < 'y.r.1' > y.r.O 2> y.r.E' creating file 'y.p.1' with contents ': ' creating file 'y.p.2' with contents '' creating file 'y.p.3' with contents 'cut: suppressing non-delimited lines makes sense only when operating on fields Try 'cut --help' for more information. ' y.p... Running command: 'cat 'y.p.1' | cut -s -b4 > y.p.O 2> y.p.E' creating file 'z.1' with contents ': ' creating file 'z.2' with contents '' creating file 'z.3' with contents 'cut: you must specify a list of bytes, characters, or fields Try 'cut --help' for more information. ' z... Running command: 'cut 'z.1' > z.O 2> z.E' creating file 'z.r.1' with contents ': ' creating file 'z.r.2' with contents '' creating file 'z.r.3' with contents 'cut: you must specify a list of bytes, characters, or fields Try 'cut --help' for more information. ' z.r... Running command: 'cut < 'z.r.1' > z.r.O 2> z.r.E' creating file 'z.p.1' with contents ': ' creating file 'z.p.2' with contents '' creating file 'z.p.3' with contents 'cut: you must specify a list of bytes, characters, or fields Try 'cut --help' for more information. ' z.p... Running command: 'cat 'z.p.1' | cut > z.p.O 2> z.p.E' creating file 'empty-fl.1' with contents ': ' creating file 'empty-fl.2' with contents '' creating file 'empty-fl.3' with contents 'cut: fields are numbered from 1 Try 'cut --help' for more information. ' empty-fl... Running command: 'cut -f '' 'empty-fl.1' > empty-fl.O 2> empty-fl.E' creating file 'empty-fl.r.1' with contents ': ' creating file 'empty-fl.r.2' with contents '' creating file 'empty-fl.r.3' with contents 'cut: fields are numbered from 1 Try 'cut --help' for more information. ' empty-fl.r... Running command: 'cut -f '' < 'empty-fl.r.1' > empty-fl.r.O 2> empty-fl.r.E' creating file 'empty-fl.p.1' with contents ': ' creating file 'empty-fl.p.2' with contents '' creating file 'empty-fl.p.3' with contents 'cut: fields are numbered from 1 Try 'cut --help' for more information. ' empty-fl.p... Running command: 'cat 'empty-fl.p.1' | cut -f '' > empty-fl.p.O 2> empty-fl.p.E' creating file 'missing-fl.1' with contents ': ' creating file 'missing-fl.2' with contents '' creating file 'missing-fl.3' with contents 'cut: invalid field range Try 'cut --help' for more information. ' missing-fl... Running command: 'cut -f -- 'missing-fl.1' > missing-fl.O 2> missing-fl.E' creating file 'missing-fl.r.1' with contents ': ' creating file 'missing-fl.r.2' with contents '' creating file 'missing-fl.r.3' with contents 'cut: invalid field range Try 'cut --help' for more information. ' missing-fl.r... Running command: 'cut -f -- < 'missing-fl.r.1' > missing-fl.r.O 2> missing-fl.r.E' creating file 'missing-fl.p.1' with contents ': ' creating file 'missing-fl.p.2' with contents '' creating file 'missing-fl.p.3' with contents 'cut: invalid field range Try 'cut --help' for more information. ' missing-fl.p... Running command: 'cat 'missing-fl.p.1' | cut -f -- > missing-fl.p.O 2> missing-fl.p.E' creating file 'empty-bl.1' with contents ': ' creating file 'empty-bl.2' with contents '' creating file 'empty-bl.3' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' empty-bl... Running command: 'cut -b '' 'empty-bl.1' > empty-bl.O 2> empty-bl.E' creating file 'empty-bl.r.1' with contents ': ' creating file 'empty-bl.r.2' with contents '' creating file 'empty-bl.r.3' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' empty-bl.r... Running command: 'cut -b '' < 'empty-bl.r.1' > empty-bl.r.O 2> empty-bl.r.E' creating file 'empty-bl.p.1' with contents ': ' creating file 'empty-bl.p.2' with contents '' creating file 'empty-bl.p.3' with contents 'cut: byte/character positions are numbered from 1 Try 'cut --help' for more information. ' empty-bl.p... Running command: 'cat 'empty-bl.p.1' | cut -b '' > empty-bl.p.O 2> empty-bl.p.E' creating file 'missing-bl.1' with contents ': ' creating file 'missing-bl.2' with contents '' creating file 'missing-bl.3' with contents 'cut: invalid byte or character range Try 'cut --help' for more information. ' missing-bl... Running command: 'cut -b -- 'missing-bl.1' > missing-bl.O 2> missing-bl.E' creating file 'missing-bl.r.1' with contents ': ' creating file 'missing-bl.r.2' with contents '' creating file 'missing-bl.r.3' with contents 'cut: invalid byte or character range Try 'cut --help' for more information. ' missing-bl.r... Running command: 'cut -b -- < 'missing-bl.r.1' > missing-bl.r.O 2> missing-bl.r.E' creating file 'missing-bl.p.1' with contents ': ' creating file 'missing-bl.p.2' with contents '' creating file 'missing-bl.p.3' with contents 'cut: invalid byte or character range Try 'cut --help' for more information. ' missing-bl.p... Running command: 'cat 'missing-bl.p.1' | cut -b -- > missing-bl.p.O 2> missing-bl.p.E' creating file 'empty-f1.1' with contents '' creating file 'empty-f1.2' with contents '' creating file 'empty-f1.3' with contents '' empty-f1... Running command: 'cut -f1 'empty-f1.1' > empty-f1.O 2> empty-f1.E' creating file 'empty-f1.r.1' with contents '' creating file 'empty-f1.r.2' with contents '' creating file 'empty-f1.r.3' with contents '' empty-f1.r... Running command: 'cut -f1 < 'empty-f1.r.1' > empty-f1.r.O 2> empty-f1.r.E' creating file 'empty-f1.p.1' with contents '' creating file 'empty-f1.p.2' with contents '' creating file 'empty-f1.p.3' with contents '' empty-f1.p... Running command: 'cat 'empty-f1.p.1' | cut -f1 > empty-f1.p.O 2> empty-f1.p.E' creating file 'empty-f2.1' with contents '' creating file 'empty-f2.2' with contents '' creating file 'empty-f2.3' with contents '' empty-f2... Running command: 'cut -f2 'empty-f2.1' > empty-f2.O 2> empty-f2.E' creating file 'empty-f2.r.1' with contents '' creating file 'empty-f2.r.2' with contents '' creating file 'empty-f2.r.3' with contents '' empty-f2.r... Running command: 'cut -f2 < 'empty-f2.r.1' > empty-f2.r.O 2> empty-f2.r.E' creating file 'empty-f2.p.1' with contents '' creating file 'empty-f2.p.2' with contents '' creating file 'empty-f2.p.3' with contents '' empty-f2.p... Running command: 'cat 'empty-f2.p.1' | cut -f2 > empty-f2.p.O 2> empty-f2.p.E' creating file 'o-delim.1' with contents 'a:b:c ' creating file 'o-delim.2' with contents 'b_c ' creating file 'o-delim.3' with contents '' o-delim... Running command: 'cut -d: --out=_ -f2,3 'o-delim.1' > o-delim.O 2> o-delim.E' creating file 'o-delim.r.1' with contents 'a:b:c ' creating file 'o-delim.r.2' with contents 'b_c ' creating file 'o-delim.r.3' with contents '' o-delim.r... Running command: 'cut -d: --out=_ -f2,3 < 'o-delim.r.1' > o-delim.r.O 2> o-delim.r.E' creating file 'o-delim.p.1' with contents 'a:b:c ' creating file 'o-delim.p.2' with contents 'b_c ' creating file 'o-delim.p.3' with contents '' o-delim.p... Running command: 'cat 'o-delim.p.1' | cut -d: --out=_ -f2,3 > o-delim.p.O 2> o-delim.p.E' creating file 'nul-idelim.1' with contents 'abc ' creating file 'nul-idelim.2' with contents 'b_c ' creating file 'nul-idelim.3' with contents '' nul-idelim... Running command: 'cut -d '' --out=_ -f2,3 'nul-idelim.1' > nul-idelim.O 2> nul-idelim.E' creating file 'nul-idelim.r.1' with contents 'abc ' creating file 'nul-idelim.r.2' with contents 'b_c ' creating file 'nul-idelim.r.3' with contents '' nul-idelim.r... Running command: 'cut -d '' --out=_ -f2,3 < 'nul-idelim.r.1' > nul-idelim.r.O 2> nul-idelim.r.E' creating file 'nul-idelim.p.1' with contents 'abc ' creating file 'nul-idelim.p.2' with contents 'b_c ' creating file 'nul-idelim.p.3' with contents '' nul-idelim.p... Running command: 'cat 'nul-idelim.p.1' | cut -d '' --out=_ -f2,3 > nul-idelim.p.O 2> nul-idelim.p.E' creating file 'nul-odelim.1' with contents 'a:b:c ' creating file 'nul-odelim.2' with contents 'bc ' creating file 'nul-odelim.3' with contents '' nul-odelim... Running command: 'cut -d: --out= -f2,3 'nul-odelim.1' > nul-odelim.O 2> nul-odelim.E' creating file 'nul-odelim.r.1' with contents 'a:b:c ' creating file 'nul-odelim.r.2' with contents 'bc ' creating file 'nul-odelim.r.3' with contents '' nul-odelim.r... Running command: 'cut -d: --out= -f2,3 < 'nul-odelim.r.1' > nul-odelim.r.O 2> nul-odelim.r.E' creating file 'nul-odelim.p.1' with contents 'a:b:c ' creating file 'nul-odelim.p.2' with contents 'bc ' creating file 'nul-odelim.p.3' with contents '' nul-odelim.p... Running command: 'cat 'nul-odelim.p.1' | cut -d: --out= -f2,3 > nul-odelim.p.O 2> nul-odelim.p.E' creating file 'multichar-od.1' with contents 'a:b:c ' creating file 'multichar-od.2' with contents 'b_._c ' creating file 'multichar-od.3' with contents '' multichar-od... Running command: 'cut -d: --out=_._ -f2,3 'multichar-od.1' > multichar-od.O 2> multichar-od.E' creating file 'multichar-od.r.1' with contents 'a:b:c ' creating file 'multichar-od.r.2' with contents 'b_._c ' creating file 'multichar-od.r.3' with contents '' multichar-od.r... Running command: 'cut -d: --out=_._ -f2,3 < 'multichar-od.r.1' > multichar-od.r.O 2> multichar-od.r.E' creating file 'multichar-od.p.1' with contents 'a:b:c ' creating file 'multichar-od.p.2' with contents 'b_._c ' creating file 'multichar-od.p.3' with contents '' multichar-od.p... Running command: 'cat 'multichar-od.p.1' | cut -d: --out=_._ -f2,3 > multichar-od.p.O 2> multichar-od.p.E' creating file 'delim-no-field1.1' with contents 'cut: an input delimiter may be specified only when operating on fields Try 'cut --help' for more information. ' creating file 'delim-no-field1.2' with contents '' delim-no-field1... Running command: 'cut -d '' -b1 > delim-no-field1.O 2> delim-no-field1.E' creating file 'delim-no-field2.1' with contents 'cut: an input delimiter may be specified only when operating on fields Try 'cut --help' for more information. ' creating file 'delim-no-field2.2' with contents '' delim-no-field2... Running command: 'cut -d: -b1 > delim-no-field2.O 2> delim-no-field2.E' creating file '8bit-delim.1' with contents 'a­b­c ' creating file '8bit-delim.2' with contents 'b_c ' creating file '8bit-delim.3' with contents '' 8bit-delim... Running command: 'cut -d ­ --out=_ -f2,3 '8bit-delim.1' > 8bit-delim.O 2> 8bit-delim.E' WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1712495787.457496 700596 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. wrapper: failed with: gRPC call failed: cut.pl: test 8bit-delim failed: exit status mismatch: expected 0, got 1 creating file '8bit-delim.r.1' with contents 'a­b­c ' creating file '8bit-delim.r.2' with contents 'b_c ' creating file '8bit-delim.r.3' with contents '' 8bit-delim.r... Running command: 'cut -d ­ --out=_ -f2,3 < '8bit-delim.r.1' > 8bit-delim.r.O 2> 8bit-delim.r.E' WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1712495787.484932 700618 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. wrapper: failed with: gRPC call failed: cut.pl: test 8bit-delim.r failed: exit status mismatch: expected 0, got 1 creating file '8bit-delim.p.1' with contents 'a­b­c ' creating file '8bit-delim.p.2' with contents 'b_c ' creating file '8bit-delim.p.3' with contents '' 8bit-delim.p... Running command: 'cat '8bit-delim.p.1' | cut -d ­ --out=_ -f2,3 > 8bit-delim.p.O 2> 8bit-delim.p.E' WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1712495787.512679 700640 wire_format_lite.cc:603] String field 'rpc.Execution.arguments' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. wrapper: failed with: gRPC call failed: cut.pl: test 8bit-delim.p failed: exit status mismatch: expected 0, got 1 creating file 'newline-1.1' with contents 'a b' creating file 'newline-1.2' with contents 'a b ' creating file 'newline-1.3' with contents '' newline-1... Running command: 'cut -f1- 'newline-1.1' > newline-1.O 2> newline-1.E' creating file 'newline-1.r.1' with contents 'a b' creating file 'newline-1.r.2' with contents 'a b ' creating file 'newline-1.r.3' with contents '' newline-1.r... Running command: 'cut -f1- < 'newline-1.r.1' > newline-1.r.O 2> newline-1.r.E' creating file 'newline-1.p.1' with contents 'a b' creating file 'newline-1.p.2' with contents 'a b ' creating file 'newline-1.p.3' with contents '' newline-1.p... Running command: 'cat 'newline-1.p.1' | cut -f1- > newline-1.p.O 2> newline-1.p.E' creating file 'newline-2.1' with contents '' creating file 'newline-2.2' with contents '' creating file 'newline-2.3' with contents '' newline-2... Running command: 'cut -f1- 'newline-2.1' > newline-2.O 2> newline-2.E' creating file 'newline-2.r.1' with contents '' creating file 'newline-2.r.2' with contents '' creating file 'newline-2.r.3' with contents '' newline-2.r... Running command: 'cut -f1- < 'newline-2.r.1' > newline-2.r.O 2> newline-2.r.E' creating file 'newline-2.p.1' with contents '' creating file 'newline-2.p.2' with contents '' creating file 'newline-2.p.3' with contents '' newline-2.p... Running command: 'cat 'newline-2.p.1' | cut -f1- > newline-2.p.O 2> newline-2.p.E' creating file 'newline-3.1' with contents 'a:1 b:2 ' creating file 'newline-3.2' with contents 'a b ' creating file 'newline-3.3' with contents '' newline-3... Running command: 'cut -d: -f1 'newline-3.1' > newline-3.O 2> newline-3.E' creating file 'newline-3.r.1' with contents 'a:1 b:2 ' creating file 'newline-3.r.2' with contents 'a b ' creating file 'newline-3.r.3' with contents '' newline-3.r... Running command: 'cut -d: -f1 < 'newline-3.r.1' > newline-3.r.O 2> newline-3.r.E' creating file 'newline-3.p.1' with contents 'a:1 b:2 ' creating file 'newline-3.p.2' with contents 'a b ' creating file 'newline-3.p.3' with contents '' newline-3.p... Running command: 'cat 'newline-3.p.1' | cut -d: -f1 > newline-3.p.O 2> newline-3.p.E' creating file 'newline-4.1' with contents 'a:1 b:2' creating file 'newline-4.2' with contents 'a b ' creating file 'newline-4.3' with contents '' newline-4... Running command: 'cut -d: -f1 'newline-4.1' > newline-4.O 2> newline-4.E' creating file 'newline-4.r.1' with contents 'a:1 b:2' creating file 'newline-4.r.2' with contents 'a b ' creating file 'newline-4.r.3' with contents '' newline-4.r... Running command: 'cut -d: -f1 < 'newline-4.r.1' > newline-4.r.O 2> newline-4.r.E' creating file 'newline-4.p.1' with contents 'a:1 b:2' creating file 'newline-4.p.2' with contents 'a b ' creating file 'newline-4.p.3' with contents '' newline-4.p... Running command: 'cat 'newline-4.p.1' | cut -d: -f1 > newline-4.p.O 2> newline-4.p.E' creating file 'newline-5.1' with contents 'a:1 b:2 ' creating file 'newline-5.2' with contents '1 2 ' creating file 'newline-5.3' with contents '' newline-5... Running command: 'cut -d: -f2 'newline-5.1' > newline-5.O 2> newline-5.E' creating file 'newline-5.r.1' with contents 'a:1 b:2 ' creating file 'newline-5.r.2' with contents '1 2 ' creating file 'newline-5.r.3' with contents '' newline-5.r... Running command: 'cut -d: -f2 < 'newline-5.r.1' > newline-5.r.O 2> newline-5.r.E' creating file 'newline-5.p.1' with contents 'a:1 b:2 ' creating file 'newline-5.p.2' with contents '1 2 ' creating file 'newline-5.p.3' with contents '' newline-5.p... Running command: 'cat 'newline-5.p.1' | cut -d: -f2 > newline-5.p.O 2> newline-5.p.E' creating file 'newline-6.1' with contents 'a:1 b:2' creating file 'newline-6.2' with contents '1 2 ' creating file 'newline-6.3' with contents '' newline-6... Running command: 'cut -d: -f2 'newline-6.1' > newline-6.O 2> newline-6.E' creating file 'newline-6.r.1' with contents 'a:1 b:2' creating file 'newline-6.r.2' with contents '1 2 ' creating file 'newline-6.r.3' with contents '' newline-6.r... Running command: 'cut -d: -f2 < 'newline-6.r.1' > newline-6.r.O 2> newline-6.r.E' creating file 'newline-6.p.1' with contents 'a:1 b:2' creating file 'newline-6.p.2' with contents '1 2 ' creating file 'newline-6.p.3' with contents '' newline-6.p... Running command: 'cat 'newline-6.p.1' | cut -d: -f2 > newline-6.p.O 2> newline-6.p.E' creating file 'newline-7.1' with contents 'a:1 b:2' creating file 'newline-7.2' with contents 'a b ' creating file 'newline-7.3' with contents '' newline-7... Running command: 'cut -s -d: -f1 'newline-7.1' > newline-7.O 2> newline-7.E' creating file 'newline-7.r.1' with contents 'a:1 b:2' creating file 'newline-7.r.2' with contents 'a b ' creating file 'newline-7.r.3' with contents '' newline-7.r... Running command: 'cut -s -d: -f1 < 'newline-7.r.1' > newline-7.r.O 2> newline-7.r.E' creating file 'newline-7.p.1' with contents 'a:1 b:2' creating file 'newline-7.p.2' with contents 'a b ' creating file 'newline-7.p.3' with contents '' newline-7.p... Running command: 'cat 'newline-7.p.1' | cut -s -d: -f1 > newline-7.p.O 2> newline-7.p.E' creating file 'newline-8.1' with contents 'a:1 b:2 ' creating file 'newline-8.2' with contents 'a b ' creating file 'newline-8.3' with contents '' newline-8... Running command: 'cut -s -d: -f1 'newline-8.1' > newline-8.O 2> newline-8.E' creating file 'newline-8.r.1' with contents 'a:1 b:2 ' creating file 'newline-8.r.2' with contents 'a b ' creating file 'newline-8.r.3' with contents '' newline-8.r... Running command: 'cut -s -d: -f1 < 'newline-8.r.1' > newline-8.r.O 2> newline-8.r.E' creating file 'newline-8.p.1' with contents 'a:1 b:2 ' creating file 'newline-8.p.2' with contents 'a b ' creating file 'newline-8.p.3' with contents '' newline-8.p... Running command: 'cat 'newline-8.p.1' | cut -s -d: -f1 > newline-8.p.O 2> newline-8.p.E' creating file 'newline-9.1' with contents 'a1 b2' creating file 'newline-9.2' with contents '' creating file 'newline-9.3' with contents '' newline-9... Running command: 'cut -s -d: -f1 'newline-9.1' > newline-9.O 2> newline-9.E' creating file 'newline-9.r.1' with contents 'a1 b2' creating file 'newline-9.r.2' with contents '' creating file 'newline-9.r.3' with contents '' newline-9.r... Running command: 'cut -s -d: -f1 < 'newline-9.r.1' > newline-9.r.O 2> newline-9.r.E' creating file 'newline-9.p.1' with contents 'a1 b2' creating file 'newline-9.p.2' with contents '' creating file 'newline-9.p.3' with contents '' newline-9.p... Running command: 'cat 'newline-9.p.1' | cut -s -d: -f1 > newline-9.p.O 2> newline-9.p.E' creating file 'newline-10.1' with contents 'a:1 b:2' creating file 'newline-10.2' with contents 'a:1 b:2 ' creating file 'newline-10.3' with contents '' newline-10... Running command: 'cut -s -d: -f1,2 'newline-10.1' > newline-10.O 2> newline-10.E' creating file 'newline-10.r.1' with contents 'a:1 b:2' creating file 'newline-10.r.2' with contents 'a:1 b:2 ' creating file 'newline-10.r.3' with contents '' newline-10.r... Running command: 'cut -s -d: -f1,2 < 'newline-10.r.1' > newline-10.r.O 2> newline-10.r.E' creating file 'newline-10.p.1' with contents 'a:1 b:2' creating file 'newline-10.p.2' with contents 'a:1 b:2 ' creating file 'newline-10.p.3' with contents '' newline-10.p... Running command: 'cat 'newline-10.p.1' | cut -s -d: -f1,2 > newline-10.p.O 2> newline-10.p.E' creating file 'newline-11.1' with contents 'a:1 b:2 ' creating file 'newline-11.2' with contents 'a:1 b:2 ' creating file 'newline-11.3' with contents '' newline-11... Running command: 'cut -s -d: -f1,2 'newline-11.1' > newline-11.O 2> newline-11.E' creating file 'newline-11.r.1' with contents 'a:1 b:2 ' creating file 'newline-11.r.2' with contents 'a:1 b:2 ' creating file 'newline-11.r.3' with contents '' newline-11.r... Running command: 'cut -s -d: -f1,2 < 'newline-11.r.1' > newline-11.r.O 2> newline-11.r.E' creating file 'newline-11.p.1' with contents 'a:1 b:2 ' creating file 'newline-11.p.2' with contents 'a:1 b:2 ' creating file 'newline-11.p.3' with contents '' newline-11.p... Running command: 'cat 'newline-11.p.1' | cut -s -d: -f1,2 > newline-11.p.O 2> newline-11.p.E' creating file 'newline-12.1' with contents 'a:1 b:' creating file 'newline-12.2' with contents 'a b ' creating file 'newline-12.3' with contents '' newline-12... Running command: 'cut -s -d: -f1 'newline-12.1' > newline-12.O 2> newline-12.E' creating file 'newline-12.r.1' with contents 'a:1 b:' creating file 'newline-12.r.2' with contents 'a b ' creating file 'newline-12.r.3' with contents '' newline-12.r... Running command: 'cut -s -d: -f1 < 'newline-12.r.1' > newline-12.r.O 2> newline-12.r.E' creating file 'newline-12.p.1' with contents 'a:1 b:' creating file 'newline-12.p.2' with contents 'a b ' creating file 'newline-12.p.3' with contents '' newline-12.p... Running command: 'cat 'newline-12.p.1' | cut -s -d: -f1 > newline-12.p.O 2> newline-12.p.E' creating file 'newline-13.1' with contents 'a1: :' creating file 'newline-13.2' with contents 'a1: : ' creating file 'newline-13.3' with contents '' newline-13... Running command: 'cut -d: -f1- 'newline-13.1' > newline-13.O 2> newline-13.E' creating file 'newline-13.r.1' with contents 'a1: :' creating file 'newline-13.r.2' with contents 'a1: : ' creating file 'newline-13.r.3' with contents '' newline-13.r... Running command: 'cut -d: -f1- < 'newline-13.r.1' > newline-13.r.O 2> newline-13.r.E' creating file 'newline-13.p.1' with contents 'a1: :' creating file 'newline-13.p.2' with contents 'a1: : ' creating file 'newline-13.p.3' with contents '' newline-13.p... Running command: 'cat 'newline-13.p.1' | cut -d: -f1- > newline-13.p.O 2> newline-13.p.E' creating file 'newline-14.1' with contents 'a:1 b:' creating file 'newline-14.2' with contents 'a:1 ' creating file 'newline-14.3' with contents '' newline-14... Running command: 'cut -d' ' -f1 'newline-14.1' > newline-14.O 2> newline-14.E' creating file 'newline-14.r.1' with contents 'a:1 b:' creating file 'newline-14.r.2' with contents 'a:1 ' creating file 'newline-14.r.3' with contents '' newline-14.r... Running command: 'cut -d' ' -f1 < 'newline-14.r.1' > newline-14.r.O 2> newline-14.r.E' creating file 'newline-14.p.1' with contents 'a:1 b:' creating file 'newline-14.p.2' with contents 'a:1 ' creating file 'newline-14.p.3' with contents '' newline-14.p... Running command: 'cat 'newline-14.p.1' | cut -d' ' -f1 > newline-14.p.O 2> newline-14.p.E' creating file 'newline-15.1' with contents 'a:1 b:' creating file 'newline-15.2' with contents 'a:1 ' creating file 'newline-15.3' with contents '' newline-15... Running command: 'cut -s -d' ' -f1 'newline-15.1' > newline-15.O 2> newline-15.E' creating file 'newline-15.r.1' with contents 'a:1 b:' creating file 'newline-15.r.2' with contents 'a:1 ' creating file 'newline-15.r.3' with contents '' newline-15.r... Running command: 'cut -s -d' ' -f1 < 'newline-15.r.1' > newline-15.r.O 2> newline-15.r.E' creating file 'newline-15.p.1' with contents 'a:1 b:' creating file 'newline-15.p.2' with contents 'a:1 ' creating file 'newline-15.p.3' with contents '' newline-15.p... Running command: 'cat 'newline-15.p.1' | cut -s -d' ' -f1 > newline-15.p.O 2> newline-15.p.E' creating file 'newline-16.1' with contents ' b' creating file 'newline-16.2' with contents 'b ' creating file 'newline-16.3' with contents '' newline-16... Running command: 'cut -s -d' ' -f2 'newline-16.1' > newline-16.O 2> newline-16.E' creating file 'newline-16.r.1' with contents ' b' creating file 'newline-16.r.2' with contents 'b ' creating file 'newline-16.r.3' with contents '' newline-16.r... Running command: 'cut -s -d' ' -f2 < 'newline-16.r.1' > newline-16.r.O 2> newline-16.r.E' creating file 'newline-16.p.1' with contents ' b' creating file 'newline-16.p.2' with contents 'b ' creating file 'newline-16.p.3' with contents '' newline-16.p... Running command: 'cat 'newline-16.p.1' | cut -s -d' ' -f2 > newline-16.p.O 2> newline-16.p.E' creating file 'newline-17.1' with contents ' b' creating file 'newline-17.2' with contents ' ' creating file 'newline-17.3' with contents '' newline-17... Running command: 'cut -s -d' ' -f1 'newline-17.1' > newline-17.O 2> newline-17.E' creating file 'newline-17.r.1' with contents ' b' creating file 'newline-17.r.2' with contents ' ' creating file 'newline-17.r.3' with contents '' newline-17.r... Running command: 'cut -s -d' ' -f1 < 'newline-17.r.1' > newline-17.r.O 2> newline-17.r.E' creating file 'newline-17.p.1' with contents ' b' creating file 'newline-17.p.2' with contents ' ' creating file 'newline-17.p.3' with contents '' newline-17.p... Running command: 'cat 'newline-17.p.1' | cut -s -d' ' -f1 > newline-17.p.O 2> newline-17.p.E' creating file 'newline-18.1' with contents ' b' creating file 'newline-18.2' with contents 'b ' creating file 'newline-18.3' with contents '' newline-18... Running command: 'cut -d' ' -f2 'newline-18.1' > newline-18.O 2> newline-18.E' creating file 'newline-18.r.1' with contents ' b' creating file 'newline-18.r.2' with contents 'b ' creating file 'newline-18.r.3' with contents '' newline-18.r... Running command: 'cut -d' ' -f2 < 'newline-18.r.1' > newline-18.r.O 2> newline-18.r.E' creating file 'newline-18.p.1' with contents ' b' creating file 'newline-18.p.2' with contents 'b ' creating file 'newline-18.p.3' with contents '' newline-18.p... Running command: 'cat 'newline-18.p.1' | cut -d' ' -f2 > newline-18.p.O 2> newline-18.p.E' creating file 'newline-19.1' with contents ' b' creating file 'newline-19.2' with contents ' ' creating file 'newline-19.3' with contents '' newline-19... Running command: 'cut -d' ' -f1 'newline-19.1' > newline-19.O 2> newline-19.E' creating file 'newline-19.r.1' with contents ' b' creating file 'newline-19.r.2' with contents ' ' creating file 'newline-19.r.3' with contents '' newline-19.r... Running command: 'cut -d' ' -f1 < 'newline-19.r.1' > newline-19.r.O 2> newline-19.r.E' creating file 'newline-19.p.1' with contents ' b' creating file 'newline-19.p.2' with contents ' ' creating file 'newline-19.p.3' with contents '' newline-19.p... Running command: 'cat 'newline-19.p.1' | cut -d' ' -f1 > newline-19.p.O 2> newline-19.p.E' creating file 'newline-20.1' with contents ' ' creating file 'newline-20.2' with contents ' ' creating file 'newline-20.3' with contents '' newline-20... Running command: 'cut -s -d' ' -f1- 'newline-20.1' > newline-20.O 2> newline-20.E' creating file 'newline-20.r.1' with contents ' ' creating file 'newline-20.r.2' with contents ' ' creating file 'newline-20.r.3' with contents '' newline-20.r... Running command: 'cut -s -d' ' -f1- < 'newline-20.r.1' > newline-20.r.O 2> newline-20.r.E' creating file 'newline-20.p.1' with contents ' ' creating file 'newline-20.p.2' with contents ' ' creating file 'newline-20.p.3' with contents '' newline-20.p... Running command: 'cat 'newline-20.p.1' | cut -s -d' ' -f1- > newline-20.p.O 2> newline-20.p.E' creating file 'newline-21.1' with contents ' b' creating file 'newline-21.2' with contents ' b ' creating file 'newline-21.3' with contents '' newline-21... Running command: 'cut -s -d' ' -f1- 'newline-21.1' > newline-21.O 2> newline-21.E' creating file 'newline-21.r.1' with contents ' b' creating file 'newline-21.r.2' with contents ' b ' creating file 'newline-21.r.3' with contents '' newline-21.r... Running command: 'cut -s -d' ' -f1- < 'newline-21.r.1' > newline-21.r.O 2> newline-21.r.E' creating file 'newline-21.p.1' with contents ' b' creating file 'newline-21.p.2' with contents ' b ' creating file 'newline-21.p.3' with contents '' newline-21.p... Running command: 'cat 'newline-21.p.1' | cut -s -d' ' -f1- > newline-21.p.O 2> newline-21.p.E' creating file 'newline-22.1' with contents ' b' creating file 'newline-22.2' with contents ' b ' creating file 'newline-22.3' with contents '' newline-22... Running command: 'cut -d' ' -f1- 'newline-22.1' > newline-22.O 2> newline-22.E' creating file 'newline-22.r.1' with contents ' b' creating file 'newline-22.r.2' with contents ' b ' creating file 'newline-22.r.3' with contents '' newline-22.r... Running command: 'cut -d' ' -f1- < 'newline-22.r.1' > newline-22.r.O 2> newline-22.r.E' creating file 'newline-22.p.1' with contents ' b' creating file 'newline-22.p.2' with contents ' b ' creating file 'newline-22.p.3' with contents '' newline-22.p... Running command: 'cat 'newline-22.p.1' | cut -d' ' -f1- > newline-22.p.O 2> newline-22.p.E' creating file 'newline-23.1' with contents 'a b ' creating file 'newline-23.2' with contents 'a:b ' creating file 'newline-23.3' with contents '' newline-23... Running command: 'cut -d' ' -f1- --ou=: 'newline-23.1' > newline-23.O 2> newline-23.E' creating file 'newline-23.r.1' with contents 'a b ' creating file 'newline-23.r.2' with contents 'a:b ' creating file 'newline-23.r.3' with contents '' newline-23.r... Running command: 'cut -d' ' -f1- --ou=: < 'newline-23.r.1' > newline-23.r.O 2> newline-23.r.E' creating file 'newline-23.p.1' with contents 'a b ' creating file 'newline-23.p.2' with contents 'a:b ' creating file 'newline-23.p.3' with contents '' newline-23.p... Running command: 'cat 'newline-23.p.1' | cut -d' ' -f1- --ou=: > newline-23.p.O 2> newline-23.p.E' creating file 'newline-24.1' with contents 'a b ' creating file 'newline-24.2' with contents 'a:b ' creating file 'newline-24.3' with contents '' newline-24... Running command: 'cut -d' ' -f1,2 --ou=: 'newline-24.1' > newline-24.O 2> newline-24.E' creating file 'newline-24.r.1' with contents 'a b ' creating file 'newline-24.r.2' with contents 'a:b ' creating file 'newline-24.r.3' with contents '' newline-24.r... Running command: 'cut -d' ' -f1,2 --ou=: < 'newline-24.r.1' > newline-24.r.O 2> newline-24.r.E' creating file 'newline-24.p.1' with contents 'a b ' creating file 'newline-24.p.2' with contents 'a:b ' creating file 'newline-24.p.3' with contents '' newline-24.p... Running command: 'cat 'newline-24.p.1' | cut -d' ' -f1,2 --ou=: > newline-24.p.O 2> newline-24.p.E' creating file 'zerot-1.1' with contents 'abcd' creating file 'zerot-1.2' with contents 'ac' creating file 'zerot-1.3' with contents '' zerot-1... Running command: 'cut -z -c1 'zerot-1.1' > zerot-1.O 2> zerot-1.E' creating file 'zerot-1.r.1' with contents 'abcd' creating file 'zerot-1.r.2' with contents 'ac' creating file 'zerot-1.r.3' with contents '' zerot-1.r... Running command: 'cut -z -c1 < 'zerot-1.r.1' > zerot-1.r.O 2> zerot-1.r.E' creating file 'zerot-1.p.1' with contents 'abcd' creating file 'zerot-1.p.2' with contents 'ac' creating file 'zerot-1.p.3' with contents '' zerot-1.p... Running command: 'cat 'zerot-1.p.1' | cut -z -c1 > zerot-1.p.O 2> zerot-1.p.E' creating file 'zerot-2.1' with contents 'abcd' creating file 'zerot-2.2' with contents 'ac' creating file 'zerot-2.3' with contents '' zerot-2... Running command: 'cut -z -c1 'zerot-2.1' > zerot-2.O 2> zerot-2.E' creating file 'zerot-2.r.1' with contents 'abcd' creating file 'zerot-2.r.2' with contents 'ac' creating file 'zerot-2.r.3' with contents '' zerot-2.r... Running command: 'cut -z -c1 < 'zerot-2.r.1' > zerot-2.r.O 2> zerot-2.r.E' creating file 'zerot-2.p.1' with contents 'abcd' creating file 'zerot-2.p.2' with contents 'ac' creating file 'zerot-2.p.3' with contents '' zerot-2.p... Running command: 'cat 'zerot-2.p.1' | cut -z -c1 > zerot-2.p.O 2> zerot-2.p.E' creating file 'zerot-3.1' with contents '' creating file 'zerot-3.2' with contents '' creating file 'zerot-3.3' with contents '' zerot-3... Running command: 'cut -z -f1- 'zerot-3.1' > zerot-3.O 2> zerot-3.E' creating file 'zerot-3.r.1' with contents '' creating file 'zerot-3.r.2' with contents '' creating file 'zerot-3.r.3' with contents '' zerot-3.r... Running command: 'cut -z -f1- < 'zerot-3.r.1' > zerot-3.r.O 2> zerot-3.r.E' creating file 'zerot-3.p.1' with contents '' creating file 'zerot-3.p.2' with contents '' creating file 'zerot-3.p.3' with contents '' zerot-3.p... Running command: 'cat 'zerot-3.p.1' | cut -z -f1- > zerot-3.p.O 2> zerot-3.p.E' creating file 'zerot-4.1' with contents 'a:1b:2' creating file 'zerot-4.2' with contents 'ab' creating file 'zerot-4.3' with contents '' zerot-4... Running command: 'cut -z -d: -f1 'zerot-4.1' > zerot-4.O 2> zerot-4.E' creating file 'zerot-4.r.1' with contents 'a:1b:2' creating file 'zerot-4.r.2' with contents 'ab' creating file 'zerot-4.r.3' with contents '' zerot-4.r... Running command: 'cut -z -d: -f1 < 'zerot-4.r.1' > zerot-4.r.O 2> zerot-4.r.E' creating file 'zerot-4.p.1' with contents 'a:1b:2' creating file 'zerot-4.p.2' with contents 'ab' creating file 'zerot-4.p.3' with contents '' zerot-4.p... Running command: 'cat 'zerot-4.p.1' | cut -z -d: -f1 > zerot-4.p.O 2> zerot-4.p.E' creating file 'zerot-5.1' with contents 'a1::' creating file 'zerot-5.2' with contents 'a1::' creating file 'zerot-5.3' with contents '' zerot-5... Running command: 'cut -z -d: -f1- 'zerot-5.1' > zerot-5.O 2> zerot-5.E' creating file 'zerot-5.r.1' with contents 'a1::' creating file 'zerot-5.r.2' with contents 'a1::' creating file 'zerot-5.r.3' with contents '' zerot-5.r... Running command: 'cut -z -d: -f1- < 'zerot-5.r.1' > zerot-5.r.O 2> zerot-5.r.E' creating file 'zerot-5.p.1' with contents 'a1::' creating file 'zerot-5.p.2' with contents 'a1::' creating file 'zerot-5.p.3' with contents '' zerot-5.p... Running command: 'cat 'zerot-5.p.1' | cut -z -d: -f1- > zerot-5.p.O 2> zerot-5.p.E' creating file 'zerot-6.1' with contents 'ab' creating file 'zerot-6.2' with contents 'a:b' creating file 'zerot-6.3' with contents '' zerot-6... Running command: 'cut -z -d '' -f1,2 --ou=: 'zerot-6.1' > zerot-6.O 2> zerot-6.E' creating file 'zerot-6.r.1' with contents 'ab' creating file 'zerot-6.r.2' with contents 'a:b' creating file 'zerot-6.r.3' with contents '' zerot-6.r... Running command: 'cut -z -d '' -f1,2 --ou=: < 'zerot-6.r.1' > zerot-6.r.O 2> zerot-6.r.E' creating file 'zerot-6.p.1' with contents 'ab' creating file 'zerot-6.p.2' with contents 'a:b' creating file 'zerot-6.p.3' with contents '' zerot-6.p... Running command: 'cat 'zerot-6.p.1' | cut -z -d '' -f1,2 --ou=: > zerot-6.p.O 2> zerot-6.p.E' creating file 'out-delim1.1' with contents 'abcdefg ' creating file 'out-delim1.2' with contents 'abc:efg ' creating file 'out-delim1.3' with contents '' out-delim1... Running command: 'cut -c1-3,5- --output-d=: 'out-delim1.1' > out-delim1.O 2> out-delim1.E' creating file 'out-delim1.r.1' with contents 'abcdefg ' creating file 'out-delim1.r.2' with contents 'abc:efg ' creating file 'out-delim1.r.3' with contents '' out-delim1.r... Running command: 'cut -c1-3,5- --output-d=: < 'out-delim1.r.1' > out-delim1.r.O 2> out-delim1.r.E' creating file 'out-delim1.p.1' with contents 'abcdefg ' creating file 'out-delim1.p.2' with contents 'abc:efg ' creating file 'out-delim1.p.3' with contents '' out-delim1.p... Running command: 'cat 'out-delim1.p.1' | cut -c1-3,5- --output-d=: > out-delim1.p.O 2> out-delim1.p.E' creating file 'out-delim2.1' with contents 'abcdefg ' creating file 'out-delim2.2' with contents 'abc:efg ' creating file 'out-delim2.3' with contents '' out-delim2... Running command: 'cut -c1-3,2,5- --output-d=: 'out-delim2.1' > out-delim2.O 2> out-delim2.E' creating file 'out-delim2.r.1' with contents 'abcdefg ' creating file 'out-delim2.r.2' with contents 'abc:efg ' creating file 'out-delim2.r.3' with contents '' out-delim2.r... Running command: 'cut -c1-3,2,5- --output-d=: < 'out-delim2.r.1' > out-delim2.r.O 2> out-delim2.r.E' creating file 'out-delim2.p.1' with contents 'abcdefg ' creating file 'out-delim2.p.2' with contents 'abc:efg ' creating file 'out-delim2.p.3' with contents '' out-delim2.p... Running command: 'cat 'out-delim2.p.1' | cut -c1-3,2,5- --output-d=: > out-delim2.p.O 2> out-delim2.p.E' creating file 'out-delim3.1' with contents 'abcdefg ' creating file 'out-delim3.2' with contents 'abcd:f ' creating file 'out-delim3.3' with contents '' out-delim3... Running command: 'cut -c1-3,2-4,6 --output-d=: 'out-delim3.1' > out-delim3.O 2> out-delim3.E' creating file 'out-delim3.r.1' with contents 'abcdefg ' creating file 'out-delim3.r.2' with contents 'abcd:f ' creating file 'out-delim3.r.3' with contents '' out-delim3.r... Running command: 'cut -c1-3,2-4,6 --output-d=: < 'out-delim3.r.1' > out-delim3.r.O 2> out-delim3.r.E' creating file 'out-delim3.p.1' with contents 'abcdefg ' creating file 'out-delim3.p.2' with contents 'abcd:f ' creating file 'out-delim3.p.3' with contents '' out-delim3.p... Running command: 'cat 'out-delim3.p.1' | cut -c1-3,2-4,6 --output-d=: > out-delim3.p.O 2> out-delim3.p.E' creating file 'out-delim3a.1' with contents 'abcdefg ' creating file 'out-delim3a.2' with contents 'abcd:fg ' creating file 'out-delim3a.3' with contents '' out-delim3a... Running command: 'cut -c1-3,2-4,6- --output-d=: 'out-delim3a.1' > out-delim3a.O 2> out-delim3a.E' creating file 'out-delim3a.r.1' with contents 'abcdefg ' creating file 'out-delim3a.r.2' with contents 'abcd:fg ' creating file 'out-delim3a.r.3' with contents '' out-delim3a.r... Running command: 'cut -c1-3,2-4,6- --output-d=: < 'out-delim3a.r.1' > out-delim3a.r.O 2> out-delim3a.r.E' creating file 'out-delim3a.p.1' with contents 'abcdefg ' creating file 'out-delim3a.p.2' with contents 'abcd:fg ' creating file 'out-delim3a.p.3' with contents '' out-delim3a.p... Running command: 'cat 'out-delim3a.p.1' | cut -c1-3,2-4,6- --output-d=: > out-delim3a.p.O 2> out-delim3a.p.E' creating file 'out-delim4.1' with contents 'abcdefg ' creating file 'out-delim4.2' with contents 'bc:defg ' creating file 'out-delim4.3' with contents '' out-delim4... Running command: 'cut -c4-,2-3 --output-d=: 'out-delim4.1' > out-delim4.O 2> out-delim4.E' creating file 'out-delim4.r.1' with contents 'abcdefg ' creating file 'out-delim4.r.2' with contents 'bc:defg ' creating file 'out-delim4.r.3' with contents '' out-delim4.r... Running command: 'cut -c4-,2-3 --output-d=: < 'out-delim4.r.1' > out-delim4.r.O 2> out-delim4.r.E' creating file 'out-delim4.p.1' with contents 'abcdefg ' creating file 'out-delim4.p.2' with contents 'bc:defg ' creating file 'out-delim4.p.3' with contents '' out-delim4.p... Running command: 'cat 'out-delim4.p.1' | cut -c4-,2-3 --output-d=: > out-delim4.p.O 2> out-delim4.p.E' creating file 'out-delim5.1' with contents 'abcdefg ' creating file 'out-delim5.2' with contents 'bc:defg ' creating file 'out-delim5.3' with contents '' out-delim5... Running command: 'cut -c2-3,4- --output-d=: 'out-delim5.1' > out-delim5.O 2> out-delim5.E' creating file 'out-delim5.r.1' with contents 'abcdefg ' creating file 'out-delim5.r.2' with contents 'bc:defg ' creating file 'out-delim5.r.3' with contents '' out-delim5.r... Running command: 'cut -c2-3,4- --output-d=: < 'out-delim5.r.1' > out-delim5.r.O 2> out-delim5.r.E' creating file 'out-delim5.p.1' with contents 'abcdefg ' creating file 'out-delim5.p.2' with contents 'bc:defg ' creating file 'out-delim5.p.3' with contents '' out-delim5.p... Running command: 'cat 'out-delim5.p.1' | cut -c2-3,4- --output-d=: > out-delim5.p.O 2> out-delim5.p.E' creating file 'out-delim6.1' with contents 'abc ' creating file 'out-delim6.2' with contents 'abc ' creating file 'out-delim6.3' with contents '' out-delim6... Running command: 'cut -c2,1-3 --output-d=: 'out-delim6.1' > out-delim6.O 2> out-delim6.E' creating file 'out-delim6.r.1' with contents 'abc ' creating file 'out-delim6.r.2' with contents 'abc ' creating file 'out-delim6.r.3' with contents '' out-delim6.r... Running command: 'cut -c2,1-3 --output-d=: < 'out-delim6.r.1' > out-delim6.r.O 2> out-delim6.r.E' creating file 'out-delim6.p.1' with contents 'abc ' creating file 'out-delim6.p.2' with contents 'abc ' creating file 'out-delim6.p.3' with contents '' out-delim6.p... Running command: 'cat 'out-delim6.p.1' | cut -c2,1-3 --output-d=: > out-delim6.p.O 2> out-delim6.p.E' creating file 'od-abut.1' with contents 'abcd ' creating file 'od-abut.2' with contents 'ab:cd ' creating file 'od-abut.3' with contents '' od-abut... Running command: 'cut -b1-2,3-4 --output-d=: 'od-abut.1' > od-abut.O 2> od-abut.E' creating file 'od-abut.r.1' with contents 'abcd ' creating file 'od-abut.r.2' with contents 'ab:cd ' creating file 'od-abut.r.3' with contents '' od-abut.r... Running command: 'cut -b1-2,3-4 --output-d=: < 'od-abut.r.1' > od-abut.r.O 2> od-abut.r.E' creating file 'od-abut.p.1' with contents 'abcd ' creating file 'od-abut.p.2' with contents 'ab:cd ' creating file 'od-abut.p.3' with contents '' od-abut.p... Running command: 'cat 'od-abut.p.1' | cut -b1-2,3-4 --output-d=: > od-abut.p.O 2> od-abut.p.E' creating file 'od-overlap.1' with contents 'abc ' creating file 'od-overlap.2' with contents 'ab ' creating file 'od-overlap.3' with contents '' od-overlap... Running command: 'cut -b1-2,2 --output-d=: 'od-overlap.1' > od-overlap.O 2> od-overlap.E' creating file 'od-overlap.r.1' with contents 'abc ' creating file 'od-overlap.r.2' with contents 'ab ' creating file 'od-overlap.r.3' with contents '' od-overlap.r... Running command: 'cut -b1-2,2 --output-d=: < 'od-overlap.r.1' > od-overlap.r.O 2> od-overlap.r.E' creating file 'od-overlap.p.1' with contents 'abc ' creating file 'od-overlap.p.2' with contents 'ab ' creating file 'od-overlap.p.3' with contents '' od-overlap.p... Running command: 'cat 'od-overlap.p.1' | cut -b1-2,2 --output-d=: > od-overlap.p.O 2> od-overlap.p.E' creating file 'od-overlap2.1' with contents 'abc ' creating file 'od-overlap2.2' with contents 'abc ' creating file 'od-overlap2.3' with contents '' od-overlap2... Running command: 'cut -b1-2,2- --output-d=: 'od-overlap2.1' > od-overlap2.O 2> od-overlap2.E' creating file 'od-overlap2.r.1' with contents 'abc ' creating file 'od-overlap2.r.2' with contents 'abc ' creating file 'od-overlap2.r.3' with contents '' od-overlap2.r... Running command: 'cut -b1-2,2- --output-d=: < 'od-overlap2.r.1' > od-overlap2.r.O 2> od-overlap2.r.E' creating file 'od-overlap2.p.1' with contents 'abc ' creating file 'od-overlap2.p.2' with contents 'abc ' creating file 'od-overlap2.p.3' with contents '' od-overlap2.p... Running command: 'cat 'od-overlap2.p.1' | cut -b1-2,2- --output-d=: > od-overlap2.p.O 2> od-overlap2.p.E' creating file 'od-overlap3.1' with contents 'abcd ' creating file 'od-overlap3.2' with contents 'abcd ' creating file 'od-overlap3.3' with contents '' od-overlap3... Running command: 'cut -b1-3,2- --output-d=: 'od-overlap3.1' > od-overlap3.O 2> od-overlap3.E' creating file 'od-overlap3.r.1' with contents 'abcd ' creating file 'od-overlap3.r.2' with contents 'abcd ' creating file 'od-overlap3.r.3' with contents '' od-overlap3.r... Running command: 'cut -b1-3,2- --output-d=: < 'od-overlap3.r.1' > od-overlap3.r.O 2> od-overlap3.r.E' creating file 'od-overlap3.p.1' with contents 'abcd ' creating file 'od-overlap3.p.2' with contents 'abcd ' creating file 'od-overlap3.p.3' with contents '' od-overlap3.p... Running command: 'cat 'od-overlap3.p.1' | cut -b1-3,2- --output-d=: > od-overlap3.p.O 2> od-overlap3.p.E' creating file 'od-overlap4.1' with contents 'abcd ' creating file 'od-overlap4.2' with contents 'abc ' creating file 'od-overlap4.3' with contents '' od-overlap4... Running command: 'cut -b1-3,2-3 --output-d=: 'od-overlap4.1' > od-overlap4.O 2> od-overlap4.E' creating file 'od-overlap4.r.1' with contents 'abcd ' creating file 'od-overlap4.r.2' with contents 'abc ' creating file 'od-overlap4.r.3' with contents '' od-overlap4.r... Running command: 'cut -b1-3,2-3 --output-d=: < 'od-overlap4.r.1' > od-overlap4.r.O 2> od-overlap4.r.E' creating file 'od-overlap4.p.1' with contents 'abcd ' creating file 'od-overlap4.p.2' with contents 'abc ' creating file 'od-overlap4.p.3' with contents '' od-overlap4.p... Running command: 'cat 'od-overlap4.p.1' | cut -b1-3,2-3 --output-d=: > od-overlap4.p.O 2> od-overlap4.p.E' creating file 'od-overlap5.1' with contents 'abcde ' creating file 'od-overlap5.2' with contents 'abcd ' creating file 'od-overlap5.3' with contents '' od-overlap5... Running command: 'cut -b1-3,1-4 --output-d=: 'od-overlap5.1' > od-overlap5.O 2> od-overlap5.E' creating file 'od-overlap5.r.1' with contents 'abcde ' creating file 'od-overlap5.r.2' with contents 'abcd ' creating file 'od-overlap5.r.3' with contents '' od-overlap5.r... Running command: 'cut -b1-3,1-4 --output-d=: < 'od-overlap5.r.1' > od-overlap5.r.O 2> od-overlap5.r.E' creating file 'od-overlap5.p.1' with contents 'abcde ' creating file 'od-overlap5.p.2' with contents 'abcd ' creating file 'od-overlap5.p.3' with contents '' od-overlap5.p... Running command: 'cat 'od-overlap5.p.1' | cut -b1-3,1-4 --output-d=: > od-overlap5.p.O 2> od-overlap5.p.E' creating file 'inval1.1' with contents '' creating file 'inval1.2' with contents '' creating file 'inval1.3' with contents 'cut: invalid decreasing range Try 'cut --help' for more information. ' inval1... Running command: 'cut -f 2-0 'inval1.1' > inval1.O 2> inval1.E' creating file 'inval1.r.1' with contents '' creating file 'inval1.r.2' with contents '' creating file 'inval1.r.3' with contents 'cut: invalid decreasing range Try 'cut --help' for more information. ' inval1.r... Running command: 'cut -f 2-0 < 'inval1.r.1' > inval1.r.O 2> inval1.r.E' creating file 'inval1.p.1' with contents '' creating file 'inval1.p.2' with contents '' creating file 'inval1.p.3' with contents 'cut: invalid decreasing range Try 'cut --help' for more information. ' inval1.p... Running command: 'cat 'inval1.p.1' | cut -f 2-0 > inval1.p.O 2> inval1.p.E' creating file 'inval2.1' with contents '' creating file 'inval2.2' with contents '' creating file 'inval2.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval2... Running command: 'cut -f - 'inval2.1' > inval2.O 2> inval2.E' creating file 'inval2.r.1' with contents '' creating file 'inval2.r.2' with contents '' creating file 'inval2.r.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval2.r... Running command: 'cut -f - < 'inval2.r.1' > inval2.r.O 2> inval2.r.E' creating file 'inval2.p.1' with contents '' creating file 'inval2.p.2' with contents '' creating file 'inval2.p.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval2.p... Running command: 'cat 'inval2.p.1' | cut -f - > inval2.p.O 2> inval2.p.E' creating file 'inval3.1' with contents '' creating file 'inval3.2' with contents '' creating file 'inval3.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval3... Running command: 'cut -f 4,- 'inval3.1' > inval3.O 2> inval3.E' creating file 'inval3.r.1' with contents '' creating file 'inval3.r.2' with contents '' creating file 'inval3.r.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval3.r... Running command: 'cut -f 4,- < 'inval3.r.1' > inval3.r.O 2> inval3.r.E' creating file 'inval3.p.1' with contents '' creating file 'inval3.p.2' with contents '' creating file 'inval3.p.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval3.p... Running command: 'cat 'inval3.p.1' | cut -f 4,- > inval3.p.O 2> inval3.p.E' creating file 'inval4.1' with contents '' creating file 'inval4.2' with contents '' creating file 'inval4.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval4... Running command: 'cut -f 1-2,- 'inval4.1' > inval4.O 2> inval4.E' creating file 'inval4.r.1' with contents '' creating file 'inval4.r.2' with contents '' creating file 'inval4.r.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval4.r... Running command: 'cut -f 1-2,- < 'inval4.r.1' > inval4.r.O 2> inval4.r.E' creating file 'inval4.p.1' with contents '' creating file 'inval4.p.2' with contents '' creating file 'inval4.p.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval4.p... Running command: 'cat 'inval4.p.1' | cut -f 1-2,- > inval4.p.O 2> inval4.p.E' creating file 'inval5.1' with contents '' creating file 'inval5.2' with contents '' creating file 'inval5.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval5... Running command: 'cut -f 1-,- 'inval5.1' > inval5.O 2> inval5.E' creating file 'inval5.r.1' with contents '' creating file 'inval5.r.2' with contents '' creating file 'inval5.r.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval5.r... Running command: 'cut -f 1-,- < 'inval5.r.1' > inval5.r.O 2> inval5.r.E' creating file 'inval5.p.1' with contents '' creating file 'inval5.p.2' with contents '' creating file 'inval5.p.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval5.p... Running command: 'cat 'inval5.p.1' | cut -f 1-,- > inval5.p.O 2> inval5.p.E' creating file 'inval6.1' with contents '' creating file 'inval6.2' with contents '' creating file 'inval6.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval6... Running command: 'cut -f -1,- 'inval6.1' > inval6.O 2> inval6.E' creating file 'inval6.r.1' with contents '' creating file 'inval6.r.2' with contents '' creating file 'inval6.r.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval6.r... Running command: 'cut -f -1,- < 'inval6.r.1' > inval6.r.O 2> inval6.r.E' creating file 'inval6.p.1' with contents '' creating file 'inval6.p.2' with contents '' creating file 'inval6.p.3' with contents 'cut: invalid range with no endpoint: - Try 'cut --help' for more information. ' inval6.p... Running command: 'cat 'inval6.p.1' | cut -f -1,- > inval6.p.O 2> inval6.p.E' creating file 'big-unbounded-b.1' with contents '' creating file 'big-unbounded-b.2' with contents '' creating file 'big-unbounded-b.3' with contents '' big-unbounded-b... Running command: 'cut --output-d=: -b1234567890- 'big-unbounded-b.1' > big-unbounded-b.O 2> big-unbounded-b.E' creating file 'big-unbounded-b.r.1' with contents '' creating file 'big-unbounded-b.r.2' with contents '' creating file 'big-unbounded-b.r.3' with contents '' big-unbounded-b.r... Running command: 'cut --output-d=: -b1234567890- < 'big-unbounded-b.r.1' > big-unbounded-b.r.O 2> big-unbounded-b.r.E' creating file 'big-unbounded-b.p.1' with contents '' creating file 'big-unbounded-b.p.2' with contents '' creating file 'big-unbounded-b.p.3' with contents '' big-unbounded-b.p... Running command: 'cat 'big-unbounded-b.p.1' | cut --output-d=: -b1234567890- > big-unbounded-b.p.O 2> big-unbounded-b.p.E' creating file 'big-unbounded-b2a.1' with contents '123456789' creating file 'big-unbounded-b2a.2' with contents '1:9 ' creating file 'big-unbounded-b2a.3' with contents '' big-unbounded-b2a... Running command: 'cut --output-d=: -b1,9- 'big-unbounded-b2a.1' > big-unbounded-b2a.O 2> big-unbounded-b2a.E' creating file 'big-unbounded-b2a.r.1' with contents '123456789' creating file 'big-unbounded-b2a.r.2' with contents '1:9 ' creating file 'big-unbounded-b2a.r.3' with contents '' big-unbounded-b2a.r... Running command: 'cut --output-d=: -b1,9- < 'big-unbounded-b2a.r.1' > big-unbounded-b2a.r.O 2> big-unbounded-b2a.r.E' creating file 'big-unbounded-b2a.p.1' with contents '123456789' creating file 'big-unbounded-b2a.p.2' with contents '1:9 ' creating file 'big-unbounded-b2a.p.3' with contents '' big-unbounded-b2a.p... Running command: 'cat 'big-unbounded-b2a.p.1' | cut --output-d=: -b1,9- > big-unbounded-b2a.p.O 2> big-unbounded-b2a.p.E' creating file 'big-unbounded-b2b.1' with contents '' creating file 'big-unbounded-b2b.2' with contents '' creating file 'big-unbounded-b2b.3' with contents '' big-unbounded-b2b... Running command: 'cut --output-d=: -b1,1234567890- 'big-unbounded-b2b.1' > big-unbounded-b2b.O 2> big-unbounded-b2b.E' creating file 'big-unbounded-b2b.r.1' with contents '' creating file 'big-unbounded-b2b.r.2' with contents '' creating file 'big-unbounded-b2b.r.3' with contents '' big-unbounded-b2b.r... Running command: 'cut --output-d=: -b1,1234567890- < 'big-unbounded-b2b.r.1' > big-unbounded-b2b.r.O 2> big-unbounded-b2b.r.E' creating file 'big-unbounded-b2b.p.1' with contents '' creating file 'big-unbounded-b2b.p.2' with contents '' creating file 'big-unbounded-b2b.p.3' with contents '' big-unbounded-b2b.p... Running command: 'cat 'big-unbounded-b2b.p.1' | cut --output-d=: -b1,1234567890- > big-unbounded-b2b.p.O 2> big-unbounded-b2b.p.E' creating file 'big-unbounded-c.1' with contents '' creating file 'big-unbounded-c.2' with contents '' creating file 'big-unbounded-c.3' with contents '' big-unbounded-c... Running command: 'cut --output-d=: -c1234567890- 'big-unbounded-c.1' > big-unbounded-c.O 2> big-unbounded-c.E' creating file 'big-unbounded-c.r.1' with contents '' creating file 'big-unbounded-c.r.2' with contents '' creating file 'big-unbounded-c.r.3' with contents '' big-unbounded-c.r... Running command: 'cut --output-d=: -c1234567890- < 'big-unbounded-c.r.1' > big-unbounded-c.r.O 2> big-unbounded-c.r.E' creating file 'big-unbounded-c.p.1' with contents '' creating file 'big-unbounded-c.p.2' with contents '' creating file 'big-unbounded-c.p.3' with contents '' big-unbounded-c.p... Running command: 'cat 'big-unbounded-c.p.1' | cut --output-d=: -c1234567890- > big-unbounded-c.p.O 2> big-unbounded-c.p.E' creating file 'big-unbounded-f.1' with contents '' creating file 'big-unbounded-f.2' with contents '' creating file 'big-unbounded-f.3' with contents '' big-unbounded-f... Running command: 'cut --output-d=: -f1234567890- 'big-unbounded-f.1' > big-unbounded-f.O 2> big-unbounded-f.E' creating file 'big-unbounded-f.r.1' with contents '' creating file 'big-unbounded-f.r.2' with contents '' creating file 'big-unbounded-f.r.3' with contents '' big-unbounded-f.r... Running command: 'cut --output-d=: -f1234567890- < 'big-unbounded-f.r.1' > big-unbounded-f.r.O 2> big-unbounded-f.r.E' creating file 'big-unbounded-f.p.1' with contents '' creating file 'big-unbounded-f.p.2' with contents '' creating file 'big-unbounded-f.p.3' with contents '' big-unbounded-f.p... Running command: 'cat 'big-unbounded-f.p.1' | cut --output-d=: -f1234567890- > big-unbounded-f.p.O 2> big-unbounded-f.p.E' creating file 'overlapping-unbounded-1.1' with contents '1234 ' creating file 'overlapping-unbounded-1.2' with contents '234 ' creating file 'overlapping-unbounded-1.3' with contents '' overlapping-unbounded-1... Running command: 'cut -b3-,2- 'overlapping-unbounded-1.1' > overlapping-unbounded-1.O 2> overlapping-unbounded-1.E' creating file 'overlapping-unbounded-1.r.1' with contents '1234 ' creating file 'overlapping-unbounded-1.r.2' with contents '234 ' creating file 'overlapping-unbounded-1.r.3' with contents '' overlapping-unbounded-1.r... Running command: 'cut -b3-,2- < 'overlapping-unbounded-1.r.1' > overlapping-unbounded-1.r.O 2> overlapping-unbounded-1.r.E' creating file 'overlapping-unbounded-1.p.1' with contents '1234 ' creating file 'overlapping-unbounded-1.p.2' with contents '234 ' creating file 'overlapping-unbounded-1.p.3' with contents '' overlapping-unbounded-1.p... Running command: 'cat 'overlapping-unbounded-1.p.1' | cut -b3-,2- > overlapping-unbounded-1.p.O 2> overlapping-unbounded-1.p.E' creating file 'overlapping-unbounded-2.1' with contents '1234 ' creating file 'overlapping-unbounded-2.2' with contents '234 ' creating file 'overlapping-unbounded-2.3' with contents '' overlapping-unbounded-2... Running command: 'cut -b2-,3- 'overlapping-unbounded-2.1' > overlapping-unbounded-2.O 2> overlapping-unbounded-2.E' creating file 'overlapping-unbounded-2.r.1' with contents '1234 ' creating file 'overlapping-unbounded-2.r.2' with contents '234 ' creating file 'overlapping-unbounded-2.r.3' with contents '' overlapping-unbounded-2.r... Running command: 'cut -b2-,3- < 'overlapping-unbounded-2.r.1' > overlapping-unbounded-2.r.O 2> overlapping-unbounded-2.r.E' creating file 'overlapping-unbounded-2.p.1' with contents '1234 ' creating file 'overlapping-unbounded-2.p.2' with contents '234 ' creating file 'overlapping-unbounded-2.p.3' with contents '' overlapping-unbounded-2.p... Running command: 'cat 'overlapping-unbounded-2.p.1' | cut -b2-,3- > overlapping-unbounded-2.p.O 2> overlapping-unbounded-2.p.E' creating file 'EOL-subsumed-1.1' with contents '123456 ' creating file 'EOL-subsumed-1.2' with contents '23456 ' creating file 'EOL-subsumed-1.3' with contents '' EOL-subsumed-1... Running command: 'cut --output-d=: -b2-,3,4-4,5 'EOL-subsumed-1.1' > EOL-subsumed-1.O 2> EOL-subsumed-1.E' creating file 'EOL-subsumed-1.r.1' with contents '123456 ' creating file 'EOL-subsumed-1.r.2' with contents '23456 ' creating file 'EOL-subsumed-1.r.3' with contents '' EOL-subsumed-1.r... Running command: 'cut --output-d=: -b2-,3,4-4,5 < 'EOL-subsumed-1.r.1' > EOL-subsumed-1.r.O 2> EOL-subsumed-1.r.E' creating file 'EOL-subsumed-1.p.1' with contents '123456 ' creating file 'EOL-subsumed-1.p.2' with contents '23456 ' creating file 'EOL-subsumed-1.p.3' with contents '' EOL-subsumed-1.p... Running command: 'cat 'EOL-subsumed-1.p.1' | cut --output-d=: -b2-,3,4-4,5 > EOL-subsumed-1.p.O 2> EOL-subsumed-1.p.E' creating file 'EOL-subsumed-2.1' with contents '123456 ' creating file 'EOL-subsumed-2.2' with contents '23456 ' creating file 'EOL-subsumed-2.3' with contents '' EOL-subsumed-2... Running command: 'cut --output-d=: -b3,4-4,5,2- 'EOL-subsumed-2.1' > EOL-subsumed-2.O 2> EOL-subsumed-2.E' creating file 'EOL-subsumed-2.r.1' with contents '123456 ' creating file 'EOL-subsumed-2.r.2' with contents '23456 ' creating file 'EOL-subsumed-2.r.3' with contents '' EOL-subsumed-2.r... Running command: 'cut --output-d=: -b3,4-4,5,2- < 'EOL-subsumed-2.r.1' > EOL-subsumed-2.r.O 2> EOL-subsumed-2.r.E' creating file 'EOL-subsumed-2.p.1' with contents '123456 ' creating file 'EOL-subsumed-2.p.2' with contents '23456 ' creating file 'EOL-subsumed-2.p.3' with contents '' EOL-subsumed-2.p... Running command: 'cat 'EOL-subsumed-2.p.1' | cut --output-d=: -b3,4-4,5,2- > EOL-subsumed-2.p.O 2> EOL-subsumed-2.p.E' creating file 'EOL-subsumed-3.1' with contents '123456 ' creating file 'EOL-subsumed-3.2' with contents '1 ' creating file 'EOL-subsumed-3.3' with contents '' EOL-subsumed-3... Running command: 'cut --complement -b3,4-4,5,2- 'EOL-subsumed-3.1' > EOL-subsumed-3.O 2> EOL-subsumed-3.E' creating file 'EOL-subsumed-3.r.1' with contents '123456 ' creating file 'EOL-subsumed-3.r.2' with contents '1 ' creating file 'EOL-subsumed-3.r.3' with contents '' EOL-subsumed-3.r... Running command: 'cut --complement -b3,4-4,5,2- < 'EOL-subsumed-3.r.1' > EOL-subsumed-3.r.O 2> EOL-subsumed-3.r.E' creating file 'EOL-subsumed-3.p.1' with contents '123456 ' creating file 'EOL-subsumed-3.p.2' with contents '1 ' creating file 'EOL-subsumed-3.p.3' with contents '' EOL-subsumed-3.p... Running command: 'cat 'EOL-subsumed-3.p.1' | cut --complement -b3,4-4,5,2- > EOL-subsumed-3.p.O 2> EOL-subsumed-3.p.E' creating file 'EOL-subsumed-4.1' with contents '1234 ' creating file 'EOL-subsumed-4.2' with contents '1234 ' creating file 'EOL-subsumed-4.3' with contents '' EOL-subsumed-4... Running command: 'cut --output-d=: -b1-2,2-3,3- 'EOL-subsumed-4.1' > EOL-subsumed-4.O 2> EOL-subsumed-4.E' creating file 'EOL-subsumed-4.r.1' with contents '1234 ' creating file 'EOL-subsumed-4.r.2' with contents '1234 ' creating file 'EOL-subsumed-4.r.3' with contents '' EOL-subsumed-4.r... Running command: 'cut --output-d=: -b1-2,2-3,3- < 'EOL-subsumed-4.r.1' > EOL-subsumed-4.r.O 2> EOL-subsumed-4.r.E' creating file 'EOL-subsumed-4.p.1' with contents '1234 ' creating file 'EOL-subsumed-4.p.2' with contents '1234 ' creating file 'EOL-subsumed-4.p.3' with contents '' EOL-subsumed-4.p... Running command: 'cat 'EOL-subsumed-4.p.1' | cut --output-d=: -b1-2,2-3,3- > EOL-subsumed-4.p.O 2> EOL-subsumed-4.p.E' FAIL tests/cut/cut.pl (exit status: 1) ============================================================================ Testsuite summary for GNU coreutils 9.5.7-11163 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./tests/test-suite.log Please report to bug-coreutils@gnu.org ============================================================================ make[4]: *** [Makefile:22564: tests/test-suite.log] Error 1 make[4]: Leaving directory '/home/unknown/projects/coreutils' make[3]: *** [Makefile:22672: check-TESTS] Error 2 make[3]: Leaving directory '/home/unknown/projects/coreutils' make[2]: *** [Makefile:22932: check-am] Error 2 make[2]: Leaving directory '/home/unknown/projects/coreutils' make[1]: *** [Makefile:22449: check-recursive] Error 1 make[1]: Leaving directory '/home/unknown/projects/coreutils' make: *** [Makefile:22934: check] Error 2