[INFO] crate gkosgrep 0.1.6 is already in cache [INFO] testing gkosgrep-0.1.6 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate gkosgrep 0.1.6 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate gkosgrep 0.1.6 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gkosgrep 0.1.6 [INFO] finished tweaking crates.io crate gkosgrep 0.1.6 [INFO] tweaked toml for crates.io crate gkosgrep 0.1.6 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate gkosgrep 0.1.6 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d0389172e66786432f6595cccb74197b22c7381bdb7a2cbb79c00e8c31b674d0 [INFO] running `"docker" "start" "-a" "d0389172e66786432f6595cccb74197b22c7381bdb7a2cbb79c00e8c31b674d0"` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling content_inspector v0.2.4 [INFO] [stderr] Compiling gkosgrep v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Receiver`, `Sender`, `channel` [INFO] [stderr] --> src/main.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::mpsc::{channel, Receiver, Sender}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.56s [INFO] running `"docker" "inspect" "d0389172e66786432f6595cccb74197b22c7381bdb7a2cbb79c00e8c31b674d0"` [INFO] running `"docker" "rm" "-f" "d0389172e66786432f6595cccb74197b22c7381bdb7a2cbb79c00e8c31b674d0"` [INFO] [stdout] d0389172e66786432f6595cccb74197b22c7381bdb7a2cbb79c00e8c31b674d0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 557747e71b8066f083e5aa31d2375167421ca4db8df9abfc89f3e3e8bbba04ee [INFO] running `"docker" "start" "-a" "557747e71b8066f083e5aa31d2375167421ca4db8df9abfc89f3e3e8bbba04ee"` [INFO] [stderr] Compiling gkosgrep v0.1.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Receiver`, `Sender`, `channel` [INFO] [stderr] --> src/main.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::mpsc::{channel, Receiver, Sender}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "557747e71b8066f083e5aa31d2375167421ca4db8df9abfc89f3e3e8bbba04ee"` [INFO] running `"docker" "rm" "-f" "557747e71b8066f083e5aa31d2375167421ca4db8df9abfc89f3e3e8bbba04ee"` [INFO] [stdout] 557747e71b8066f083e5aa31d2375167421ca4db8df9abfc89f3e3e8bbba04ee [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 70564180acef687f053a1c04c2007c3bae57cc288e651f5bdbb47a1769ce12c3 [INFO] running `"docker" "start" "-a" "70564180acef687f053a1c04c2007c3bae57cc288e651f5bdbb47a1769ce12c3"` [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Receiver`, `Sender`, `channel` [INFO] [stderr] --> src/main.rs:10:23 [INFO] [stderr] | [INFO] [stderr] 10 | use std::sync::mpsc::{channel, Receiver, Sender}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gkosgrep-06fa1ffcd40582c2 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::test_ignored ... ok [INFO] [stdout] test tests::bench_ignores ... ok [INFO] [stdout] test tests::bench_walkdir ... ok [INFO] [stdout] test tests::test_glob ... ok [INFO] [stdout] ./test/text.txt:0:Miusov, as a man man of breeding and deilcacy, could not but feel some inwrd [INFO] [stdout] ./test/alice29.txt:19:on the bank, and of having nothing to do: once or twice she had [INFO] [stdout] ./test/alice29.txt:21:pictures or conversations in it, `and what is the use of a book,' [INFO] [stdout] ./test/alice29.txt:25:for the hot day made her feel very sleepy and stupid), whether [INFO] [stdout] ./test/alice29.txt:27:of getting up and picking the daisies, when suddenly a White [INFO] [stdout] ./test/alice29.txt:36:POCKET, and looked at it, and then hurried on, Alice started to [INFO] [stdout] ./test/alice29.txt:39:take out of it, and burning with curiosity, she ran across the [INFO] [stdout] ./test/alice29.txt:40:field after it, and fortunately was just in time to see it pop [INFO] [stdout] ./test/alice29.txt:47:and then dipped suddenly down, so suddenly that Alice had not a [INFO] [stdout] ./test/alice29.txt:52:had plenty of time as she went down to look about her and to [INFO] [stdout] ./test/alice29.txt:54:down and make out what she was coming to, but it was too dark to [INFO] [stdout] ./test/alice29.txt:55:see anything; then she looked at the sides of the well, and [INFO] [stdout] ./test/alice29.txt:56:noticed that they were filled with cupboards and book-shelves; [INFO] [stdout] ./test/alice29.txt:57:here and there she saw maps and pictures hung upon pegs. She [INFO] [stdout] ./test/alice29.txt:73:me see: that would be four thousand miles down, I think--' (for, [INFO] [stdout] ./test/alice29.txt:75:lessons in the schoolroom, and though this was not a VERY good [INFO] [stdout] ./test/alice29.txt:80:or Longitude either, but thought they were nice grand words to [INFO] [stdout] ./test/alice29.txt:89:Please, Ma'am, is this New Zealand or Australia?' (and she tried [INFO] [stdout] ./test/alice29.txt:100:you might catch a bat, and that's very like a mouse, you know. [INFO] [stdout] ./test/alice29.txt:102:rather sleepy, and went on saying to herself, in a dreamy sort of [INFO] [stdout] ./test/alice29.txt:103:way, `Do cats eat bats? Do cats eat bats?' and sometimes, `Do [INFO] [stdout] ./test/alice29.txt:106:that she was dozing off, and had just begun to dream that she [INFO] [stdout] ./test/alice29.txt:107:was walking hand in hand with Dinah, and saying to her very [INFO] [stdout] ./test/alice29.txt:110:sticks and dry leaves, and the fall was over. [INFO] [stdout] ./test/alice29.txt:112: Alice was not a bit hurt, and she jumped up on to her feet in a [INFO] [stdout] ./test/alice29.txt:114:was another long passage, and the White Rabbit was still in [INFO] [stdout] ./test/alice29.txt:116:away went Alice like the wind, and was just in time to hear it [INFO] [stdout] ./test/alice29.txt:117:say, as it turned a corner, `Oh my ears and whiskers, how late [INFO] [stdout] ./test/alice29.txt:124:and when Alice had been all the way down one side and up the [INFO] [stdout] ./test/alice29.txt:130:and Alice's first thought was that it might belong to one of the [INFO] [stdout] ./test/alice29.txt:134:curtain she had not noticed before, and behind it was a little [INFO] [stdout] ./test/alice29.txt:136:in the lock, and to her great delight it fitted! [INFO] [stdout] ./test/alice29.txt:138: Alice opened the door and found that it led into a small [INFO] [stdout] ./test/alice29.txt:139:passage, not much larger than a rat-hole: she knelt down and [INFO] [stdout] ./test/alice29.txt:141:How she longed to get out of that dark hall, and wander about [INFO] [stdout] ./test/alice29.txt:142:among those beds of bright flowers and those cool fountains, but [INFO] [stdout] ./test/alice29.txt:143:she could not even get her head though the doorway; `and even if [INFO] [stdout] ./test/alice29.txt:155:certainly was not here before,' said Alice,) and round the neck [INFO] [stdout] ./test/alice29.txt:161:first,' she said, `and see whether it's marked "poison" or not'; [INFO] [stdout] ./test/alice29.txt:163:had got burnt, and eaten up by wild beasts and other unpleasant [INFO] [stdout] ./test/alice29.txt:166:will burn you if you hold it too long; and that if you cut your [INFO] [stdout] ./test/alice29.txt:167:finger VERY deeply with a knife, it usually bleeds; and she had [INFO] [stdout] ./test/alice29.txt:173:to taste it, and finding it very nice, (it had, in fact, a sort [INFO] [stdout] ./test/alice29.txt:175:turkey, toffee, and hot buttered toast,) she very soon finished [INFO] [stdout] ./test/alice29.txt:187: And so it was indeed: she was now only ten inches high, and [INFO] [stdout] ./test/alice29.txt:193:going out altogether, like a candle. I wonder what I should be [INFO] [stdout] ./test/alice29.txt:194:like then?' And she tried to fancy what the flame of a candle is [INFO] [stdout] ./test/alice29.txt:195:like after the candle is blown out, for she could not remember [INFO] [stdout] ./test/alice29.txt:201:key, and when she went back to the table for it, she found she [INFO] [stdout] ./test/alice29.txt:203:through the glass, and she tried her best to climb up one of the [INFO] [stdout] ./test/alice29.txt:204:legs of the table, but it was too slippery; and when she had [INFO] [stdout] ./test/alice29.txt:205:tired herself out with trying, the poor little thing sat down and [INFO] [stdout] ./test/alice29.txt:211:seldom followed it), and sometimes she scolded herself so [INFO] [stdout] ./test/alice29.txt:212:severely as to bring tears into her eyes; and once she remembered [INFO] [stdout] ./test/alice29.txt:221:the table: she opened it, and found in it a very small cake, on [INFO] [stdout] ./test/alice29.txt:223:`Well, I'll eat it,' said Alice, `and if it makes me grow larger, [INFO] [stdout] ./test/alice29.txt:224:I can reach the key; and if it makes me grow smaller, I can creep [INFO] [stdout] ./test/alice29.txt:225:under the door; so either way I'll get into the garden, and I [INFO] [stdout] ./test/alice29.txt:228: She ate a little bit, and said anxiously to herself, `Which [INFO] [stdout] ./test/alice29.txt:229:way? Which way?', holding her hand on the top of her head to [INFO] [stdout] ./test/alice29.txt:230:feel which way it was growing, and she was quite surprised to [INFO] [stdout] ./test/alice29.txt:234:that it seemed quite dull and stupid for life to go on in the [INFO] [stdout] ./test/alice29.txt:237: So she set to work, and very soon finished off the cake. [INFO] [stdout] ./test/alice29.txt:253: `Curiouser and curiouser!' cried Alice (she was so much [INFO] [stdout] ./test/alice29.txt:259:your shoes and stockings for you now, dears? I'm sure _I_ shan't [INFO] [stdout] ./test/alice29.txt:267:`They must go by the carrier,' she thought; `and how funny it'll [INFO] [stdout] ./test/alice29.txt:279:fact she was now more than nine feet high, and she at once took [INFO] [stdout] ./test/alice29.txt:280:up the little golden key and hurried off to the garden door. [INFO] [stdout] ./test/alice29.txt:284:through was more hopeless than ever: she sat down and began to [INFO] [stdout] ./test/alice29.txt:291:all round her, about four inches deep and reaching half down the [INFO] [stdout] ./test/alice29.txt:295:distance, and she hastily dried her eyes to see what was coming. [INFO] [stdout] ./test/alice29.txt:297:pair of white kid gloves in one hand and a large fan in the [INFO] [stdout] ./test/alice29.txt:304:gloves and the fan, and skurried away into the darkness as hard [INFO] [stdout] ./test/alice29.txt:307: Alice took up the fan and gloves, and, as the hall was very [INFO] [stdout] ./test/alice29.txt:320:long ringlets, and mine doesn't go in ringlets at all; and I'm [INFO] [stdout] ./test/alice29.txt:321:sure I can't be Mabel, for I know all sorts of things, and she, [INFO] [stdout] ./test/alice29.txt:322:oh! she knows such a very little! Besides, SHE'S she, and I'm I, [INFO] [stdout] ./test/alice29.txt:323:and--oh dear, how puzzling it all is! I'll try if I know all the [INFO] [stdout] ./test/alice29.txt:325:and four times six is thirteen, and four times seven is--oh dear! [INFO] [stdout] ./test/alice29.txt:328:London is the capital of Paris, and Paris is the capital of Rome, [INFO] [stdout] ./test/alice29.txt:329:and Rome--no, THAT'S all wrong, I'm certain! I must have been [INFO] [stdout] ./test/alice29.txt:330:changed for Mabel! I'll try and say "How doth the little--"' [INFO] [stdout] ./test/alice29.txt:331:and she crossed her hands on her lap as if she were saying lessons, [INFO] [stdout] ./test/alice29.txt:332:and began to repeat it, but her voice sounded hoarse and [INFO] [stdout] ./test/alice29.txt:333:strange, and the words did not come the same as they used to do:-- [INFO] [stdout] ./test/alice29.txt:345: `I'm sure those are not the right words,' said poor Alice, and [INFO] [stdout] ./test/alice29.txt:347:after all, and I shall have to go and live in that poky little [INFO] [stdout] ./test/alice29.txt:348:house, and have next to no toys to play with, and oh! ever so [INFO] [stdout] ./test/alice29.txt:351:heads down and saying "Come up again, dear!" I shall only look [INFO] [stdout] ./test/alice29.txt:352:up and say "Who am I then? Tell me that first, and then, if I [INFO] [stdout] ./test/alice29.txt:358: As she said this she looked down at her hands, and was [INFO] [stdout] ./test/alice29.txt:362:and went to the table to measure herself by it, and found that, [INFO] [stdout] ./test/alice29.txt:364:and was going on shrinking rapidly: she soon found out that the [INFO] [stdout] ./test/alice29.txt:365:cause of this was the fan she was holding, and she dropped it [INFO] [stdout] ./test/alice29.txt:370:existence; `and now for the garden!' and she ran with all speed [INFO] [stdout] ./test/alice29.txt:372:again, and the little golden key was lying on the glass table as [INFO] [stdout] ./test/alice29.txt:373:before, `and things are worse than ever,' thought the poor child, [INFO] [stdout] ./test/alice29.txt:377: As she said these words her foot slipped, and in another [INFO] [stdout] ./test/alice29.txt:379:idea was that she had somehow fallen into the sea, `and in that [INFO] [stdout] ./test/alice29.txt:381:been to the seaside once in her life, and had come to the general [INFO] [stdout] ./test/alice29.txt:384:the sand with wooden spades, then a row of lodging houses, and [INFO] [stdout] ./test/alice29.txt:395:little way off, and she swam nearer to make out what it was: at [INFO] [stdout] ./test/alice29.txt:397:she remembered how small she was now, and she soon made out that [INFO] [stdout] ./test/alice29.txt:409:inquisitively, and seemed to her to wink with one of its little [INFO] [stdout] ./test/alice29.txt:412: `Perhaps it doesn't understand English,' thought Alice; `I [INFO] [stdout] ./test/alice29.txt:418:water, and seemed to quiver all over with fright. `Oh, I beg [INFO] [stdout] ./test/alice29.txt:429:as she swam lazily about in the pool, `and she sits purring so [INFO] [stdout] ./test/alice29.txt:430:nicely by the fire, licking her paws and washing her face--and [INFO] [stdout] ./test/alice29.txt:431:she is such a nice soft thing to nurse--and she's such a capital [INFO] [stdout] ./test/alice29.txt:433:for this time the Mouse was bristling all over, and she felt [INFO] [stdout] ./test/alice29.txt:447:brown hair! And it'll fetch things when you throw them, and [INFO] [stdout] ./test/alice29.txt:448:it'll sit up and beg for its dinner, and all sorts of things--I [INFO] [stdout] ./test/alice29.txt:449:can't remember half of them--and it belongs to a farmer, you [INFO] [stdout] ./test/alice29.txt:450:know, and he says it's so useful, it's worth a hundred pounds! [INFO] [stdout] ./test/alice29.txt:451:He says it kills all the rats and--oh dear!' cried Alice in a [INFO] [stdout] ./test/alice29.txt:453:Mouse was swimming away from her as hard as it could go, and [INFO] [stdout] ./test/alice29.txt:457:again, and we won't talk about cats or dogs either, if you don't [INFO] [stdout] ./test/alice29.txt:458:like them!' When the Mouse heard this, it turned round and swam [INFO] [stdout] ./test/alice29.txt:460:thought), and it said in a low trembling voice, `Let us get to [INFO] [stdout] ./test/alice29.txt:461:the shore, and then I'll tell you my history, and you'll [INFO] [stdout] ./test/alice29.txt:462:understand why it is I hate cats and dogs.' [INFO] [stdout] ./test/alice29.txt:465:with the birds and animals that had fallen into it: there were a [INFO] [stdout] ./test/alice29.txt:466:Duck and a Dodo, a Lory and an Eaglet, and several other curious [INFO] [stdout] ./test/alice29.txt:467:creatures. Alice led the way, and the whole party swam to the [INFO] [stdout] ./test/alice29.txt:474: A Caucus-Race and a Long Tale [INFO] [stdout] ./test/alice29.txt:479:fur clinging close to them, and all dripping wet, cross, and [INFO] [stdout] ./test/alice29.txt:483:had a consultation about this, and after a few minutes it seemed [INFO] [stdout] ./test/alice29.txt:487:and would only say, `I am older than you, and must know better'; [INFO] [stdout] ./test/alice29.txt:488:and this Alice would not allow without knowing how old it was, [INFO] [stdout] ./test/alice29.txt:489:and, as the Lory positively refused to tell its age, there was no [INFO] [stdout] ./test/alice29.txt:493:them, called out, `Sit down, all of you, and listen to me! I'LL [INFO] [stdout] ./test/alice29.txt:502:soon submitted to by the English, who wanted leaders, and had been [INFO] [stdout] ./test/alice29.txt:503:of late much accustomed to usurpation and conquest. Edwin and [INFO] [stdout] ./test/alice29.txt:504:Morcar, the earls of Mercia and Northumbria--"' [INFO] [stdout] ./test/alice29.txt:513: `I thought you did,' said the Mouse. `--I proceed. "Edwin and [INFO] [stdout] ./test/alice29.txt:514:Morcar, the earls of Mercia and Northumbria, declared for him: [INFO] [stdout] ./test/alice29.txt:515:and even Stigand, the patriotic archbishop of Canterbury, found [INFO] [stdout] ./test/alice29.txt:529:and offer him the crown. William's conduct at first was [INFO] [stdout] ./test/alice29.txt:542:half those long words, and, what's more, I don't believe you do [INFO] [stdout] ./test/alice29.txt:551:ought to speak, and no one else seemed inclined to say anything. [INFO] [stdout] ./test/alice29.txt:558:exact shape doesn't matter,' it said,) and then all the party [INFO] [stdout] ./test/alice29.txt:559:were placed along the course, here and there. There was no `One, [INFO] [stdout] ./test/alice29.txt:560:two, three, and away,' but they began running when they liked, [INFO] [stdout] ./test/alice29.txt:561:and left off when they liked, so that it was not easy to know [INFO] [stdout] ./test/alice29.txt:563:an hour or so, and were quite dry again, the Dodo suddenly called [INFO] [stdout] ./test/alice29.txt:564:out `The race is over!' and they all crowded round it, panting, [INFO] [stdout] ./test/alice29.txt:565:and asking, `But who has won?' [INFO] [stdout] ./test/alice29.txt:568:thought, and it sat for a long time with one finger pressed upon [INFO] [stdout] ./test/alice29.txt:571:last the Dodo said, `EVERYBODY has won, and all must have [INFO] [stdout] ./test/alice29.txt:578:one finger; and the whole party at once crowded round her, [INFO] [stdout] ./test/alice29.txt:581: Alice had no idea what to do, and in despair she put her hand [INFO] [stdout] ./test/alice29.txt:582:in her pocket, and pulled out a box of comfits, (luckily the salt [INFO] [stdout] ./test/alice29.txt:583:water had not got into it), and handed them round as prizes. [INFO] [stdout] ./test/alice29.txt:593: `Hand it over here,' said the Dodo. [INFO] [stdout] ./test/alice29.txt:597:this elegant thimble'; and, when it had finished this short [INFO] [stdout] ./test/alice29.txt:601:so grave that she did not dare to laugh; and, as she could not [INFO] [stdout] ./test/alice29.txt:602:think of anything to say, she simply bowed, and took the thimble, [INFO] [stdout] ./test/alice29.txt:606:and confusion, as the large birds complained that they could not [INFO] [stdout] ./test/alice29.txt:607:taste theirs, and the small ones choked and had to be patted on [INFO] [stdout] ./test/alice29.txt:608:the back. However, it was over at last, and they sat down again [INFO] [stdout] ./test/alice29.txt:609:in a ring, and begged the Mouse to tell them something more. [INFO] [stdout] ./test/alice29.txt:612:`and why it is you hate--C and D,' she added in a whisper, half [INFO] [stdout] ./test/alice29.txt:615: `Mine is a long and a sad tale!' said the Mouse, turning to [INFO] [stdout] ./test/alice29.txt:616:Alice, and sighing. [INFO] [stdout] ./test/alice29.txt:662: and [INFO] [stdout] ./test/alice29.txt:675: `I had NOT!' cried the Mouse, sharply and very angrily. [INFO] [stdout] ./test/alice29.txt:677: `A knot!' said Alice, always ready to make herself useful, and [INFO] [stdout] ./test/alice29.txt:681:and walking away. `You insult me by talking such nonsense!' [INFO] [stdout] ./test/alice29.txt:688: `Please come back and finish your story!' Alice called after [INFO] [stdout] ./test/alice29.txt:689:it; and the others all joined in chorus, `Yes, please do!' but [INFO] [stdout] ./test/alice29.txt:690:the Mouse only shook its head impatiently, and walked a little [INFO] [stdout] ./test/alice29.txt:694:was quite out of sight; and an old Crab took the opportunity of [INFO] [stdout] ./test/alice29.txt:715:getting home; the night-air doesn't suit my throat!' and a Canary [INFO] [stdout] ./test/alice29.txt:718:they all moved off, and Alice was soon left alone. [INFO] [stdout] ./test/alice29.txt:721:melancholy tone. `Nobody seems to like her, down here, and I'm [INFO] [stdout] ./test/alice29.txt:724:began to cry again, for she felt very lonely and low-spirited. [INFO] [stdout] ./test/alice29.txt:726:footsteps in the distance, and she looked up eagerly, half hoping [INFO] [stdout] ./test/alice29.txt:727:that the Mouse had changed his mind, and was coming back to [INFO] [stdout] ./test/alice29.txt:737: It was the White Rabbit, trotting slowly back again, and [INFO] [stdout] ./test/alice29.txt:739:and she heard it muttering to itself `The Duchess! The Duchess! [INFO] [stdout] ./test/alice29.txt:740:Oh my dear paws! Oh my fur and whiskers! She'll get me [INFO] [stdout] ./test/alice29.txt:743:looking for the fan and the pair of white kid gloves, and she [INFO] [stdout] ./test/alice29.txt:746:swim in the pool, and the great hall, with the glass table and [INFO] [stdout] ./test/alice29.txt:750:and called out to her in an angry tone, `Why, Mary Ann, what ARE [INFO] [stdout] ./test/alice29.txt:751:you doing out here? Run home this moment, and fetch me a pair of [INFO] [stdout] ./test/alice29.txt:752:gloves and a fan! Quick, now!' And Alice was so much frightened [INFO] [stdout] ./test/alice29.txt:758:better take him his fan and gloves--that is, if I can find them.' [INFO] [stdout] ./test/alice29.txt:761:engraved upon it. She went in without knocking, and hurried [INFO] [stdout] ./test/alice29.txt:763:and be turned out of the house before she had found the fan and [INFO] [stdout] ./test/alice29.txt:769:would happen: `"Miss Alice! Come here directly, and get ready [INFO] [stdout] ./test/alice29.txt:776:a table in the window, and on it (as she had hoped) a fan and two [INFO] [stdout] ./test/alice29.txt:777:or three pairs of tiny white kid gloves: she took up the fan and [INFO] [stdout] ./test/alice29.txt:778:a pair of the gloves, and was just going to leave the room, when [INFO] [stdout] ./test/alice29.txt:781:but nevertheless she uncorked it and put it to her lips. `I know [INFO] [stdout] ./test/alice29.txt:787: It did so indeed, and much sooner than she had expected: [INFO] [stdout] ./test/alice29.txt:789:against the ceiling, and had to stoop to save her neck from being [INFO] [stdout] ./test/alice29.txt:795: Alas! it was too late to wish that! She went on growing, and [INFO] [stdout] ./test/alice29.txt:796:growing, and very soon had to kneel down on the floor: in [INFO] [stdout] ./test/alice29.txt:797:another minute there was not even room for this, and she tried [INFO] [stdout] ./test/alice29.txt:798:the effect of lying down with one elbow against the door, and the [INFO] [stdout] ./test/alice29.txt:799:other arm curled round her head. Still she went on growing, and, [INFO] [stdout] ./test/alice29.txt:800:as a last resource, she put one arm out of the window, and one [INFO] [stdout] ./test/alice29.txt:801:foot up the chimney, and said to herself `Now I can do no more, [INFO] [stdout] ./test/alice29.txt:805:effect, and she grew no larger: still it was very uncomfortable, [INFO] [stdout] ./test/alice29.txt:806:and, as there seemed to be no sort of chance of her ever getting [INFO] [stdout] ./test/alice29.txt:810:wasn't always growing larger and smaller, and being ordered about [INFO] [stdout] ./test/alice29.txt:811:by mice and rabbits. I almost wish I hadn't gone down that [INFO] [stdout] ./test/alice29.txt:812:rabbit-hole--and yet--and yet--it's rather curious, you know, [INFO] [stdout] ./test/alice29.txt:815:never happened, and now here I am in the middle of one! There [INFO] [stdout] ./test/alice29.txt:827:learn lessons in here? Why, there's hardly room for YOU, and no [INFO] [stdout] ./test/alice29.txt:830: And so she went on, taking first one side and then the other, [INFO] [stdout] ./test/alice29.txt:831:and making quite a conversation of it altogether; but after a few [INFO] [stdout] ./test/alice29.txt:832:minutes she heard a voice outside, and stopped to listen. [INFO] [stdout] ./test/alice29.txt:836:stairs. Alice knew it was the Rabbit coming to look for her, and [INFO] [stdout] ./test/alice29.txt:838:was now about a thousand times as large as the Rabbit, and had no [INFO] [stdout] ./test/alice29.txt:841: Presently the Rabbit came up to the door, and tried to open it; [INFO] [stdout] ./test/alice29.txt:842:but, as the door opened inwards, and Alice's elbow was pressed [INFO] [stdout] ./test/alice29.txt:844:say to itself `Then I'll go round and get in at the window.' [INFO] [stdout] ./test/alice29.txt:846: `THAT you won't' thought Alice, and, after waiting till she [INFO] [stdout] ./test/alice29.txt:848:spread out her hand, and made a snatch in the air. She did not [INFO] [stdout] ./test/alice29.txt:849:get hold of anything, but she heard a little shriek and a fall, [INFO] [stdout] ./test/alice29.txt:850:and a crash of broken glass, from which she concluded that it was [INFO] [stdout] ./test/alice29.txt:859:Come and help me out of THIS!' (Sounds of more broken glass.) [INFO] [stdout] ./test/alice29.txt:870: `Well, it's got no business there, at any rate: go and take it [INFO] [stdout] ./test/alice29.txt:873: There was a long silence after this, and Alice could only hear [INFO] [stdout] ./test/alice29.txt:874:whispers now and then; such as, `Sure, I don't like it, yer [INFO] [stdout] ./test/alice29.txt:875:honour, at all, at all!' `Do as I tell you, you coward!' and at [INFO] [stdout] ./test/alice29.txt:876:last she spread out her hand again, and made another snatch in [INFO] [stdout] ./test/alice29.txt:877:the air. This time there were TWO little shrieks, and more [INFO] [stdout] ./test/alice29.txt:884:last came a rumbling of little cartwheels, and the sound of a [INFO] [stdout] ./test/alice29.txt:902: She drew her foot as far down the chimney as she could, and [INFO] [stdout] ./test/alice29.txt:904:sort it was) scratching and scrambling about in the chimney close [INFO] [stdout] ./test/alice29.txt:906:sharp kick, and waited to see what would happen next. [INFO] [stdout] ./test/alice29.txt:910:hedge!' then silence, and then another confusion of voices--`Hold [INFO] [stdout] ./test/alice29.txt:911:up his head--Brandy now--Don't choke him--How was it, old fellow? [INFO] [stdout] ./test/alice29.txt:917:is, something comes at me like a Jack-in-the-box, and up I goes [INFO] [stdout] ./test/alice29.txt:922: `We must burn the house down!' said the Rabbit's voice; and [INFO] [stdout] ./test/alice29.txt:926: There was a dead silence instantly, and Alice thought to [INFO] [stdout] ./test/alice29.txt:929:began moving about again, and Alice heard the Rabbit say, `A [INFO] [stdout] ./test/alice29.txt:934:rattling in at the window, and some of them hit her in the face. [INFO] [stdout] ./test/alice29.txt:935:`I'll put a stop to this,' she said to herself, and shouted out, [INFO] [stdout] ./test/alice29.txt:940:turning into little cakes as they lay on the floor, and a bright [INFO] [stdout] ./test/alice29.txt:942:thought, `it's sure to make SOME change in my size; and as it [INFO] [stdout] ./test/alice29.txt:946: So she swallowed one of the cakes, and was delighted to find [INFO] [stdout] ./test/alice29.txt:948:enough to get through the door, she ran out of the house, and [INFO] [stdout] ./test/alice29.txt:949:found quite a crowd of little animals and birds waiting outside. [INFO] [stdout] ./test/alice29.txt:953:ran off as hard as she could, and soon found herself safe in a [INFO] [stdout] ./test/alice29.txt:957:wandered about in the wood, `is to grow to my right size again; [INFO] [stdout] ./test/alice29.txt:958:and the second thing is to find my way into that lovely garden. [INFO] [stdout] ./test/alice29.txt:961: It sounded an excellent plan, no doubt, and very neatly and [INFO] [stdout] ./test/alice29.txt:963:smallest idea how to set about it; and while she was peering [INFO] [stdout] ./test/alice29.txt:968:eyes, and feebly stretching out one paw, trying to touch her. [INFO] [stdout] ./test/alice29.txt:969:`Poor little thing!' said Alice, in a coaxing tone, and she tried [INFO] [stdout] ./test/alice29.txt:975:stick, and held it out to the puppy; whereupon the puppy jumped [INFO] [stdout] ./test/alice29.txt:977:and rushed at the stick, and made believe to worry it; then Alice [INFO] [stdout] ./test/alice29.txt:979:over; and the moment she appeared on the other side, the puppy [INFO] [stdout] ./test/alice29.txt:980:made another rush at the stick, and tumbled head over heels in [INFO] [stdout] ./test/alice29.txt:982:like having a game of play with a cart-horse, and expecting every [INFO] [stdout] ./test/alice29.txt:985:stick, running a very little way forwards each time and a long [INFO] [stdout] ./test/alice29.txt:986:way back, and barking hoarsely all the while, till at last it sat [INFO] [stdout] ./test/alice29.txt:988:mouth, and its great eyes half shut. [INFO] [stdout] ./test/alice29.txt:991:so she set off at once, and ran till she was quite tired and out [INFO] [stdout] ./test/alice29.txt:992:of breath, and till the puppy's bark sounded quite faint in the [INFO] [stdout] ./test/alice29.txt:996:leant against a buttercup to rest herself, and fanned herself [INFO] [stdout] ./test/alice29.txt:1004:her at the flowers and the blades of grass, but she did not see [INFO] [stdout] ./test/alice29.txt:1007:about the same height as herself; and when she had looked under [INFO] [stdout] ./test/alice29.txt:1008:it, and on both sides of it, and behind it, it occurred to her [INFO] [stdout] ./test/alice29.txt:1009:that she might as well look and see what was on the top of it. [INFO] [stdout] ./test/alice29.txt:1011: She stretched herself up on tiptoe, and peeped over the edge of [INFO] [stdout] ./test/alice29.txt:1012:the mushroom, and her eyes immediately met those of a large [INFO] [stdout] ./test/alice29.txt:1014:quietly smoking a long hookah, and taking not the smallest notice [INFO] [stdout] ./test/alice29.txt:1024: The Caterpillar and Alice looked at each other for some time in [INFO] [stdout] ./test/alice29.txt:1026:mouth, and addressed her in a languid, sleepy voice. [INFO] [stdout] ./test/alice29.txt:1044:politely, `for I can't understand it myself to begin with; and [INFO] [stdout] ./test/alice29.txt:1051:know--and then after that into a butterfly, I should think you'll [INFO] [stdout] ./test/alice29.txt:1063:making such VERY short remarks, and she drew herself up and said, [INFO] [stdout] ./test/alice29.txt:1068: Here was another puzzling question; and as Alice could not [INFO] [stdout] ./test/alice29.txt:1069:think of any good reason, and as the Caterpillar seemed to be in [INFO] [stdout] ./test/alice29.txt:1075: This sounded promising, certainly: Alice turned and came back [INFO] [stdout] ./test/alice29.txt:1086:to do, and perhaps after all it might tell her something worth [INFO] [stdout] ./test/alice29.txt:1089:again, and said, `So you think you're changed, do you?' [INFO] [stdout] ./test/alice29.txt:1092:I used--and I don't keep the same size for ten minutes together!' [INFO] [stdout] ./test/alice29.txt:1101: Alice folded her hands, and began:-- [INFO] [stdout] ./test/alice29.txt:1105: And yet you incessantly stand on your head-- [INFO] [stdout] ./test/alice29.txt:1111: Why, I do it again and again.' [INFO] [stdout] ./test/alice29.txt:1123: `You are old,' said the youth, `and your jaws are too weak [INFO] [stdout] ./test/alice29.txt:1125: Yet you finished the goose, with the bones and the beak-- [INFO] [stdout] ./test/alice29.txt:1138: `I have answered three questions, and that is enough,' [INFO] [stdout] ./test/alice29.txt:1150:decidedly, and there was silence for some minutes. [INFO] [stdout] ./test/alice29.txt:1162:her life before, and she felt that she was losing her temper. [INFO] [stdout] ./test/alice29.txt:1178: `You'll get used to it in time,' said the Caterpillar; and it [INFO] [stdout] ./test/alice29.txt:1179:put the hookah into its mouth and began smoking again. [INFO] [stdout] ./test/alice29.txt:1183:mouth and yawned once or twice, and shook itself. Then it got [INFO] [stdout] ./test/alice29.txt:1184:down off the mushroom, and crawled away in the grass, merely [INFO] [stdout] ./test/alice29.txt:1185:remarking as it went, `One side will make you grow taller, and [INFO] [stdout] ./test/alice29.txt:1192:asked it aloud; and in another moment it was out of sight. [INFO] [stdout] ./test/alice29.txt:1195:minute, trying to make out which were the two sides of it; and as [INFO] [stdout] ./test/alice29.txt:1198:would go, and broke off a bit of the edge with each hand. [INFO] [stdout] ./test/alice29.txt:1200: `And now which is which?' she said to herself, and nibbled a [INFO] [stdout] ./test/alice29.txt:1201:little of the right-hand bit to try the effect: the next moment [INFO] [stdout] ./test/alice29.txt:1209:hardly room to open her mouth; but she did it at last, and [INFO] [stdout] ./test/alice29.txt:1210:managed to swallow a morsel of the lefthand bit. [INFO] [stdout] ./test/alice29.txt:1227:HAVE my shoulders got to? And oh, my poor hands, how is it I [INFO] [stdout] ./test/alice29.txt:1232: As there seemed to be no chance of getting her hands up to her [INFO] [stdout] ./test/alice29.txt:1233:head, she tried to get her head down to them, and was delighted [INFO] [stdout] ./test/alice29.txt:1236:graceful zigzag, and was going to dive in among the leaves, which [INFO] [stdout] ./test/alice29.txt:1238:had been wandering, when a sharp hiss made her draw back in a [INFO] [stdout] ./test/alice29.txt:1239:hurry: a large pigeon had flown into her face, and was beating [INFO] [stdout] ./test/alice29.txt:1247:subdued tone, and added with a kind of sob, `I've tried every [INFO] [stdout] ./test/alice29.txt:1248:way, and nothing seems to suit them!' [INFO] [stdout] ./test/alice29.txt:1253: `I've tried the roots of trees, and I've tried banks, and I've [INFO] [stdout] ./test/alice29.txt:1257: Alice was more and more puzzled, but she thought there was no [INFO] [stdout] ./test/alice29.txt:1261:Pigeon; `but I must be on the look-out for serpents night and [INFO] [stdout] ./test/alice29.txt:1268:the Pigeon, raising its voice to a shriek, `and just as I was [INFO] [stdout] ./test/alice29.txt:1284:serpent; and there's no use denying it. I suppose you'll be [INFO] [stdout] ./test/alice29.txt:1296:adding, `You're looking for eggs, I know THAT well enough; and [INFO] [stdout] ./test/alice29.txt:1301:not looking for eggs, as it happens; and if I was, I shouldn't [INFO] [stdout] ./test/alice29.txt:1307:among the branches, and every now and then she had to stop and [INFO] [stdout] ./test/alice29.txt:1309:pieces of mushroom in her hands, and she set to work very [INFO] [stdout] ./test/alice29.txt:1310:carefully, nibbling first at one and then at the other, and [INFO] [stdout] ./test/alice29.txt:1311:growing sometimes taller and sometimes shorter, until she had [INFO] [stdout] ./test/alice29.txt:1316:few minutes, and began talking to herself, as usual. `Come, [INFO] [stdout] ./test/alice29.txt:1325:wits!' So she began nibbling at the righthand bit again, and did [INFO] [stdout] ./test/alice29.txt:1333: Pig and Pepper [INFO] [stdout] ./test/alice29.txt:1336: For a minute or two she stood looking at the house, and [INFO] [stdout] ./test/alice29.txt:1340:she would have called him a fish)--and rapped loudly at the door [INFO] [stdout] ./test/alice29.txt:1342:with a round face, and large eyes like a frog; and both footmen, [INFO] [stdout] ./test/alice29.txt:1344:heads. She felt very curious to know what it was all about, and [INFO] [stdout] ./test/alice29.txt:1348:letter, nearly as large as himself, and this he handed over to [INFO] [stdout] ./test/alice29.txt:1355: Then they both bowed low, and their curls got entangled [INFO] [stdout] ./test/alice29.txt:1359:the wood for fear of their hearing her; and when she next peeped [INFO] [stdout] ./test/alice29.txt:1360:out the Fish-Footman was gone, and the other was sitting on the [INFO] [stdout] ./test/alice29.txt:1363: Alice went timidly up to the door, and knocked. [INFO] [stdout] ./test/alice29.txt:1365: `There's no sort of use in knocking,' said the Footman, `and [INFO] [stdout] ./test/alice29.txt:1370:and sneezing, and every now and then a great crash, as if a dish [INFO] [stdout] ./test/alice29.txt:1377:instance, if you were INSIDE, you might knock, and I could let [INFO] [stdout] ./test/alice29.txt:1379:he was speaking, and this Alice thought decidedly uncivil. `But [INFO] [stdout] ./test/alice29.txt:1386: At this moment the door of the house opened, and a large plate [INFO] [stdout] ./test/alice29.txt:1388:grazed his nose, and broke to pieces against one of the trees [INFO] [stdout] ./test/alice29.txt:1405:said, `on and off, for days and days.' [INFO] [stdout] ./test/alice29.txt:1409: `Anything you like,' said the Footman, and began whistling. [INFO] [stdout] ./test/alice29.txt:1412:`he's perfectly idiotic!' And she opened the door and went in. [INFO] [stdout] ./test/alice29.txt:1424:Duchess sneezed occasionally; and as for the baby, it was [INFO] [stdout] ./test/alice29.txt:1425:sneezing and howling alternately without a moment's pause. The [INFO] [stdout] ./test/alice29.txt:1427:and a large cat which was sitting on the hearth and grinning from [INFO] [stdout] ./test/alice29.txt:1434: `It's a Cheshire cat,' said the Duchess, `and that's why. [INFO] [stdout] ./test/alice29.txt:1439:to the baby, and not to her, so she took courage, and went on [INFO] [stdout] ./test/alice29.txt:1445: `They all can,' said the Duchess; `and most of 'em do.' [INFO] [stdout] ./test/alice29.txt:1450: `You don't know much,' said the Duchess; `and that's a fact.' [INFO] [stdout] ./test/alice29.txt:1452: Alice did not at all like the tone of this remark, and thought [INFO] [stdout] ./test/alice29.txt:1455:the cauldron of soup off the fire, and at once set to work [INFO] [stdout] ./test/alice29.txt:1456:throwing everything within her reach at the Duchess and the baby [INFO] [stdout] ./test/alice29.txt:1458:plates, and dishes. The Duchess took no notice of them even when [INFO] [stdout] ./test/alice29.txt:1459:they hit her; and the baby was howling so much already, that it [INFO] [stdout] ./test/alice29.txt:1463:and down in an agony of terror. `Oh, there goes his PRECIOUS [INFO] [stdout] ./test/alice29.txt:1464:nose'; as an unusually large saucepan flew close by it, and very [INFO] [stdout] ./test/alice29.txt:1474:and night! You see the earth takes twenty-four hours to turn [INFO] [stdout] ./test/alice29.txt:1480:to take the hint; but the cook was busily stirring the soup, and [INFO] [stdout] ./test/alice29.txt:1486:singing a sort of lullaby to it as she did so, and giving it a [INFO] [stdout] ./test/alice29.txt:1496: (In which the cook and the baby joined):-- [INFO] [stdout] ./test/alice29.txt:1501:tossing the baby violently up and down, and the poor little thing [INFO] [stdout] ./test/alice29.txt:1514:to Alice, flinging the baby at her as she spoke. `I must go and [INFO] [stdout] ./test/alice29.txt:1515:get ready to play croquet with the Queen,' and she hurried out of [INFO] [stdout] ./test/alice29.txt:1520:shaped little creature, and held out its arms and legs in all [INFO] [stdout] ./test/alice29.txt:1523:and kept doubling itself up and straightening itself out again, [INFO] [stdout] ./test/alice29.txt:1528:(which was to twist it up into a sort of knot, and then keep [INFO] [stdout] ./test/alice29.txt:1529:tight hold of its right ear and left foot, so as to prevent its [INFO] [stdout] ./test/alice29.txt:1533:behind?' She said the last words out loud, and the little thing [INFO] [stdout] ./test/alice29.txt:1538: The baby grunted again, and Alice looked very anxiously into [INFO] [stdout] ./test/alice29.txt:1543:all. `But perhaps it was only sobbing,' she thought, and looked [INFO] [stdout] ./test/alice29.txt:1549:grunted, it was impossible to say which), and they went on for [INFO] [stdout] ./test/alice29.txt:1556:neither more nor less than a pig, and she felt that it would be [INFO] [stdout] ./test/alice29.txt:1559: So she set the little creature down, and felt quite relieved to [INFO] [stdout] ./test/alice29.txt:1562:but it makes rather a handsome pig, I think.' And she began [INFO] [stdout] ./test/alice29.txt:1564:pigs, and was just saying to herself, `if one only knew the right [INFO] [stdout] ./test/alice29.txt:1569:natured, she thought: still it had VERY long claws and a great [INFO] [stdout] ./test/alice29.txt:1575:Alice, and she went on. `Would you tell me, please, which way I [INFO] [stdout] ./test/alice29.txt:1594:`lives a Hatter: and in THAT direction,' waving the other paw, [INFO] [stdout] ./test/alice29.txt:1615:angry, and wags its tail when it's pleased. Now I growl when I'm [INFO] [stdout] ./test/alice29.txt:1616:pleased, and wag my tail when I'm angry. Therefore I'm mad.' [INFO] [stdout] ./test/alice29.txt:1626: `You'll see me there,' said the Cat, and vanished. [INFO] [stdout] ./test/alice29.txt:1638: `I thought it would,' said the Cat, and vanished again. [INFO] [stdout] ./test/alice29.txt:1641:did not appear, and after a minute or two she walked on in the [INFO] [stdout] ./test/alice29.txt:1644:much the most interesting, and perhaps as this is May it won't be [INFO] [stdout] ./test/alice29.txt:1646:this, she looked up, and there was the Cat again, sitting on a [INFO] [stdout] ./test/alice29.txt:1651: `I said pig,' replied Alice; `and I wish you wouldn't keep [INFO] [stdout] ./test/alice29.txt:1652:appearing and vanishing so suddenly: you make one quite giddy.' [INFO] [stdout] ./test/alice29.txt:1654: `All right,' said the Cat; and this time it vanished quite [INFO] [stdout] ./test/alice29.txt:1655:slowly, beginning with the end of the tail, and ending with the [INFO] [stdout] ./test/alice29.txt:1664:because the chimneys were shaped like ears and the roof was [INFO] [stdout] ./test/alice29.txt:1666:like to go nearer till she had nibbled some more of the lefthand [INFO] [stdout] ./test/alice29.txt:1667:bit of mushroom, and raised herself to about two feet high: even [INFO] [stdout] ./test/alice29.txt:1680:and the March Hare and the Hatter were having tea at it: a [INFO] [stdout] ./test/alice29.txt:1681:Dormouse was sitting between them, fast asleep, and the other two [INFO] [stdout] ./test/alice29.txt:1682:were using it as a cushion, resting their elbows on it, and the [INFO] [stdout] ./test/alice29.txt:1689:Alice indignantly, and she sat down in a large arm-chair at one [INFO] [stdout] ./test/alice29.txt:1709:looking at Alice for some time with great curiosity, and this was [INFO] [stdout] ./test/alice29.txt:1743: `It IS the same thing with you,' said the Hatter, and here the [INFO] [stdout] ./test/alice29.txt:1744:conversation dropped, and the party sat silent for a minute, [INFO] [stdout] ./test/alice29.txt:1745:while Alice thought over all she could remember about ravens and [INFO] [stdout] ./test/alice29.txt:1750:watch out of his pocket, and was looking at it uneasily, shaking [INFO] [stdout] ./test/alice29.txt:1751:it every now and then, and holding it to his ear. [INFO] [stdout] ./test/alice29.txt:1753: Alice considered a little, and then said `The fourth.' [INFO] [stdout] ./test/alice29.txt:1764: The March Hare took the watch and looked at it gloomily: then [INFO] [stdout] ./test/alice29.txt:1765:he dipped it into his cup of tea, and looked at it again: but he [INFO] [stdout] ./test/alice29.txt:1771:month, and doesn't tell what o'clock it is!' [INFO] [stdout] ./test/alice29.txt:1782:have no sort of meaning in it, and yet it was certainly English. [INFO] [stdout] ./test/alice29.txt:1783:`I don't quite understand you,' she said, as politely as she [INFO] [stdout] ./test/alice29.txt:1786: `The Dormouse is asleep again,' said the Hatter, and he poured [INFO] [stdout] ./test/alice29.txt:1789: The Dormouse shook its head impatiently, and said, without [INFO] [stdout] ./test/alice29.txt:1817: `Ah! that accounts for it,' said the Hatter. `He won't stand [INFO] [stdout] ./test/alice29.txt:1821:you'd only have to whisper a hint to Time, and round goes the [INFO] [stdout] ./test/alice29.txt:1827: `That would be grand, certainly,' said Alice thoughtfully: [INFO] [stdout] ./test/alice29.txt:1838:great concert given by the Queen of Hearts, and I had to sing [INFO] [stdout] ./test/alice29.txt:1853:Here the Dormouse shook itself, and began singing in its sleep [INFO] [stdout] ./test/alice29.txt:1854:`Twinkle, twinkle, twinkle, twinkle--' and went on so long that [INFO] [stdout] ./test/alice29.txt:1858:`when the Queen jumped up and bawled out, "He's murdering the [INFO] [stdout] ./test/alice29.txt:1870:tea-time, and we've no time to wash the things between whiles.' [INFO] [stdout] ./test/alice29.txt:1901:Dormouse began in a great hurry; `and their names were Elsie, [INFO] [stdout] ./test/alice29.txt:1902:Lacie, and Tillie; and they lived at the bottom of a well--' [INFO] [stdout] ./test/alice29.txt:1905:interest in questions of eating and drinking. [INFO] [stdout] ./test/alice29.txt:1934:herself to some tea and bread-and-butter, and then turned to the [INFO] [stdout] ./test/alice29.txt:1935:Dormouse, and repeated her question. `Why did they live at the [INFO] [stdout] ./test/alice29.txt:1938: The Dormouse again took a minute or two to think about it, and [INFO] [stdout] ./test/alice29.txt:1942:the Hatter and the March Hare went `Sh! sh!' and the Dormouse [INFO] [stdout] ./test/alice29.txt:1961: He moved on as he spoke, and the Dormouse followed him: the [INFO] [stdout] ./test/alice29.txt:1962:March Hare moved into the Dormouse's place, and Alice rather [INFO] [stdout] ./test/alice29.txt:1964:only one who got any advantage from the change: and Alice was a [INFO] [stdout] ./test/alice29.txt:1969:very cautiously: `But I don't understand. Where did they draw [INFO] [stdout] ./test/alice29.txt:1984: `They were learning to draw,' the Dormouse went on, yawning and [INFO] [stdout] ./test/alice29.txt:1985:rubbing its eyes, for it was getting very sleepy; `and they drew [INFO] [stdout] ./test/alice29.txt:1994: The Dormouse had closed its eyes by this time, and was going [INFO] [stdout] ./test/alice29.txt:1996:again with a little shriek, and went on: `--that begins with an [INFO] [stdout] ./test/alice29.txt:1997:M, such as mouse-traps, and the moon, and memory, and muchness-- [INFO] [stdout] ./test/alice29.txt:2007:up in great disgust, and walked off; the Dormouse fell asleep [INFO] [stdout] ./test/alice29.txt:2008:instantly, and neither of the others took the least notice of her [INFO] [stdout] ./test/alice29.txt:2022: Once more she found herself in the long hall, and close to the [INFO] [stdout] ./test/alice29.txt:2024:said to herself, and began by taking the little golden key, and [INFO] [stdout] ./test/alice29.txt:2028:little passage: and THEN--she found herself at last in the [INFO] [stdout] ./test/alice29.txt:2029:beautiful garden, among the bright flower-beds and the cool [INFO] [stdout] ./test/alice29.txt:2042:thing, and she went nearer to watch them, and just as she came up [INFO] [stdout] ./test/alice29.txt:2049: On which Seven looked up and said, `That's right, Five! Always [INFO] [stdout] ./test/alice29.txt:2059: `Yes, it IS his business!' said Five, `and I'll tell him--it [INFO] [stdout] ./test/alice29.txt:2062: Seven flung down his brush, and had just begun `Well, of all [INFO] [stdout] ./test/alice29.txt:2064:she stood watching them, and he checked himself suddenly: the [INFO] [stdout] ./test/alice29.txt:2065:others looked round also, and all of them bowed low. [INFO] [stdout] ./test/alice29.txt:2070: Five and Seven said nothing, but looked at Two. Two began in a [INFO] [stdout] ./test/alice29.txt:2072:have been a RED rose-tree, and we put a white one in by mistake; [INFO] [stdout] ./test/alice29.txt:2073:and if the Queen was to find it out, we should all have our heads [INFO] [stdout] ./test/alice29.txt:2077:and the three gardeners instantly threw themselves flat upon [INFO] [stdout] ./test/alice29.txt:2078:their faces. There was a sound of many footsteps, and Alice [INFO] [stdout] ./test/alice29.txt:2082:like the three gardeners, oblong and flat, with their hands and [INFO] [stdout] ./test/alice29.txt:2084:ornamented all over with diamonds, and walked two and two, as the [INFO] [stdout] ./test/alice29.txt:2086:ten of them, and the little dears came jumping merrily along hand [INFO] [stdout] ./test/alice29.txt:2087:in hand, in couples: they were all ornamented with hearts. Next [INFO] [stdout] ./test/alice29.txt:2088:came the guests, mostly Kings and Queens, and among them Alice [INFO] [stdout] ./test/alice29.txt:2090:manner, smiling at everything that was said, and went by without [INFO] [stdout] ./test/alice29.txt:2092:King's crown on a crimson velvet cushion; and, last of all this [INFO] [stdout] ./test/alice29.txt:2093:grand procession, came THE KING AND QUEEN OF HEARTS. [INFO] [stdout] ./test/alice29.txt:2097:every having heard of such a rule at processions; `and besides, [INFO] [stdout] ./test/alice29.txt:2100:it?' So she stood still where she was, and waited. [INFO] [stdout] ./test/alice29.txt:2103:and looked at her, and the Queen said severely `Who is this?' [INFO] [stdout] ./test/alice29.txt:2104:She said it to the Knave of Hearts, who only bowed and smiled in [INFO] [stdout] ./test/alice29.txt:2107: `Idiot!' said the Queen, tossing her head impatiently; and, [INFO] [stdout] ./test/alice29.txt:2116:they were lying on their faces, and the pattern on their backs [INFO] [stdout] ./test/alice29.txt:2124: The Queen turned crimson with fury, and, after glaring at her [INFO] [stdout] ./test/alice29.txt:2128: `Nonsense!' said Alice, very loudly and decidedly, and the [INFO] [stdout] ./test/alice29.txt:2131: The King laid his hand upon her arm, and timidly said [INFO] [stdout] ./test/alice29.txt:2134: The Queen turned angrily away from him, and said to the Knave [INFO] [stdout] ./test/alice29.txt:2139: `Get up!' said the Queen, in a shrill, loud voice, and the [INFO] [stdout] ./test/alice29.txt:2140:three gardeners instantly jumped up, and began bowing to the [INFO] [stdout] ./test/alice29.txt:2141:King, the Queen, the royal children, and everybody else. [INFO] [stdout] ./test/alice29.txt:2151:roses. `Off with their heads!' and the procession moved on, [INFO] [stdout] ./test/alice29.txt:2155: `You shan't be beheaded!' said Alice, and she put them into a [INFO] [stdout] ./test/alice29.txt:2156:large flower-pot that stood near. The three soldiers wandered [INFO] [stdout] ./test/alice29.txt:2157:about for a minute or two, looking for them, and then quietly [INFO] [stdout] ./test/alice29.txt:2167: The soldiers were silent, and looked at Alice, as the question [INFO] [stdout] ./test/alice29.txt:2172: `Come on, then!' roared the Queen, and Alice joined the [INFO] [stdout] ./test/alice29.txt:2182:looked anxiously over his shoulder as he spoke, and then raised [INFO] [stdout] ./test/alice29.txt:2183:himself upon tiptoe, put his mouth close to her ear, and [INFO] [stdout] ./test/alice29.txt:2196:rather late, and the Queen said--' [INFO] [stdout] ./test/alice29.txt:2199:and people began running about in all directions, tumbling up [INFO] [stdout] ./test/alice29.txt:2201:two, and the game began. Alice thought she had never seen such a [INFO] [stdout] ./test/alice29.txt:2202:curious croquet-ground in her life; it was all ridges and [INFO] [stdout] ./test/alice29.txt:2204:flamingoes, and the soldiers had to double themselves up and to [INFO] [stdout] ./test/alice29.txt:2205:stand on their hands and feet, to make the arches. [INFO] [stdout] ./test/alice29.txt:2211:out, and was going to give the hedgehog a blow with its head, it [INFO] [stdout] ./test/alice29.txt:2212:WOULD twist itself round and look up in her face, with such a [INFO] [stdout] ./test/alice29.txt:2214:and when she had got its head down, and was going to begin again, [INFO] [stdout] ./test/alice29.txt:2216:itself, and was in the act of crawling away: besides all this, [INFO] [stdout] ./test/alice29.txt:2218:wanted to send the hedgehog to, and, as the doubled-up soldiers [INFO] [stdout] ./test/alice29.txt:2219:were always getting up and walking off to other parts of the [INFO] [stdout] ./test/alice29.txt:2224:quarrelling all the while, and fighting for the hedgehogs; and in [INFO] [stdout] ./test/alice29.txt:2225:a very short time the Queen was in a furious passion, and went [INFO] [stdout] ./test/alice29.txt:2226:stamping about, and shouting `Off with his head!' or `Off with [INFO] [stdout] ./test/alice29.txt:2231:happen any minute, `and then,' thought she, `what would become of [INFO] [stdout] ./test/alice29.txt:2235: She was looking about for some way of escape, and wondering [INFO] [stdout] ./test/alice29.txt:2239:be a grin, and she said to herself `It's the Cheshire Cat: now I [INFO] [stdout] ./test/alice29.txt:2245: Alice waited till the eyes appeared, and then nodded. `It's no [INFO] [stdout] ./test/alice29.txt:2248:and then Alice put down her flamingo, and began an account of the [INFO] [stdout] ./test/alice29.txt:2250:Cat seemed to think that there was enough of it now in sight, and [INFO] [stdout] ./test/alice29.txt:2254:a complaining tone, `and they all quarrel so dreadfully one can't [INFO] [stdout] ./test/alice29.txt:2255:hear oneself speak--and they don't seem to have any rules in [INFO] [stdout] ./test/alice29.txt:2256:particular; at least, if there are, nobody attends to them--and [INFO] [stdout] ./test/alice29.txt:2259:walking about at the other end of the ground--and I should have [INFO] [stdout] ./test/alice29.txt:2270: The Queen smiled and passed on. [INFO] [stdout] ./test/alice29.txt:2272: `Who ARE you talking to?' said the King, going up to Alice, and [INFO] [stdout] ./test/alice29.txt:2279:it may kiss my hand if it likes.' [INFO] [stdout] ./test/alice29.txt:2283: `Don't be impertinent,' said the King, `and don't look at me [INFO] [stdout] ./test/alice29.txt:2289: `Well, it must be removed,' said the King very decidedly, and [INFO] [stdout] ./test/alice29.txt:2297: `I'll fetch the executioner myself,' said the King eagerly, and [INFO] [stdout] ./test/alice29.txt:2300: Alice thought she might as well go back, and see how the game [INFO] [stdout] ./test/alice29.txt:2303:of the players to be executed for having missed their turns, and [INFO] [stdout] ./test/alice29.txt:2315: By the time she had caught the flamingo and brought it back, [INFO] [stdout] ./test/alice29.txt:2316:the fight was over, and both the hedgehogs were out of sight: [INFO] [stdout] ./test/alice29.txt:2319:under her arm, that it might not escape again, and went back for [INFO] [stdout] ./test/alice29.txt:2324:going on between the executioner, the King, and the Queen, who [INFO] [stdout] ./test/alice29.txt:2326:and looked very uncomfortable. [INFO] [stdout] ./test/alice29.txt:2329:settle the question, and they repeated their arguments to her, [INFO] [stdout] ./test/alice29.txt:2335:never had to do such a thing before, and he wasn't going to begin [INFO] [stdout] ./test/alice29.txt:2339:beheaded, and that you weren't to talk nonsense. [INFO] [stdout] ./test/alice29.txt:2344:grave and anxious.) [INFO] [stdout] ./test/alice29.txt:2352: The Cat's head began fading away the moment he was gone, and, [INFO] [stdout] ./test/alice29.txt:2354:disappeared; so the King and the executioner ran wildly up and [INFO] [stdout] ./test/alice29.txt:2366:into Alice's, and they walked off together. [INFO] [stdout] ./test/alice29.txt:2368: Alice was very glad to find her in such a pleasant temper, and [INFO] [stdout] ./test/alice29.txt:2376:having found out a new kind of rule, `and vinegar that makes them [INFO] [stdout] ./test/alice29.txt:2377:sour--and camomile that makes them bitter--and--and barley-sugar [INFO] [stdout] ./test/alice29.txt:2378:and such things that make children sweet-tempered. I only wish [INFO] [stdout] ./test/alice29.txt:2382: She had quite forgotten the Duchess by this time, and was a [INFO] [stdout] ./test/alice29.txt:2384:`You're thinking about something, my dear, and that makes you [INFO] [stdout] ./test/alice29.txt:2395:because the Duchess was VERY ugly; and secondly, because she was [INFO] [stdout] ./test/alice29.txt:2397:and it was an uncomfortably sharp chin. However, she did not [INFO] [stdout] ./test/alice29.txt:2403: `'Tis so,' said the Duchess: `and the moral of that is--"Oh, [INFO] [stdout] ./test/alice29.txt:2411:`and the moral of THAT is--"Take care of the sense, and the [INFO] [stdout] ./test/alice29.txt:2425: `Very true,' said the Duchess: `flamingoes and mustard both [INFO] [stdout] ./test/alice29.txt:2445: `I quite agree with you,' said the Duchess; `and the moral of [INFO] [stdout] ./test/alice29.txt:2452: `I think I should understand that better,' Alice said very [INFO] [stdout] ./test/alice29.txt:2476:fly; and the m--' [INFO] [stdout] ./test/alice29.txt:2479:away, even in the middle of her favourite word `moral,' and the [INFO] [stdout] ./test/alice29.txt:2481:and there stood the Queen in front of them, with her arms folded, [INFO] [stdout] ./test/alice29.txt:2489:and that in about half no time! Take your choice!' [INFO] [stdout] ./test/alice29.txt:2491: The Duchess took her choice, and was gone in a moment. [INFO] [stdout] ./test/alice29.txt:2493: `Let's go on with the game,' the Queen said to Alice; and Alice [INFO] [stdout] ./test/alice29.txt:2498:and were resting in the shade: however, the moment they saw her, [INFO] [stdout] ./test/alice29.txt:2503:quarrelling with the other players, and shouting `Off with his [INFO] [stdout] ./test/alice29.txt:2507:or so there were no arches left, and all the players, except the [INFO] [stdout] ./test/alice29.txt:2508:King, the Queen, and Alice, were in custody and under sentence of [INFO] [stdout] ./test/alice29.txt:2511: Then the Queen left off, quite out of breath, and said to [INFO] [stdout] ./test/alice29.txt:2520: `Come on, then,' said the Queen, `and he shall tell you his [INFO] [stdout] ./test/alice29.txt:2530:`Up, lazy thing!' said the Queen, `and take this young lady to [INFO] [stdout] ./test/alice29.txt:2531:see the Mock Turtle, and to hear his history. I must go back and [INFO] [stdout] ./test/alice29.txt:2532:see after some executions I have ordered'; and she walked off, [INFO] [stdout] ./test/alice29.txt:2538: The Gryphon sat up and rubbed its eyes: then it watched the [INFO] [stdout] ./test/alice29.txt:2552:distance, sitting sad and lonely on a little ledge of rock, and, [INFO] [stdout] ./test/alice29.txt:2555:asked the Gryphon, and the Gryphon answered, very nearly in the [INFO] [stdout] ./test/alice29.txt:2566:tone: `sit down, both of you, and don't speak a word till I've [INFO] [stdout] ./test/alice29.txt:2569: So they sat down, and nobody spoke for some minutes. Alice [INFO] [stdout] ./test/alice29.txt:2577:by an occasional exclamation of `Hjckrrh!' from the Gryphon, and [INFO] [stdout] ./test/alice29.txt:2579:nearly getting up and saying, `Thank you, sir, for your [INFO] [stdout] ./test/alice29.txt:2581:more to come, so she sat still and said nothing. [INFO] [stdout] ./test/alice29.txt:2584:calmly, though still sobbing a little now and then, `we went to [INFO] [stdout] ./test/alice29.txt:2594:question,' added the Gryphon; and then they both sat silent and [INFO] [stdout] ./test/alice29.txt:2597:Don't be all day about it!' and he went on in these words: [INFO] [stdout] ./test/alice29.txt:2617: `Yes,' said Alice, `we learned French and music.' [INFO] [stdout] ./test/alice29.txt:2635: `Reeling and Writhing, of course, to begin with,' the Mock [INFO] [stdout] ./test/alice29.txt:2636:Turtle replied; `and then the different branches of Arithmetic-- [INFO] [stdout] ./test/alice29.txt:2637:Ambition, Distraction, Uglification, and Derision.' [INFO] [stdout] ./test/alice29.txt:2653:it, so she turned to the Mock Turtle, and said `What else had you [INFO] [stdout] ./test/alice29.txt:2657:off the subjects on his flappers, `--Mystery, ancient and modern, [INFO] [stdout] ./test/alice29.txt:2660:Drawling, Stretching, and Fainting in Coils.' [INFO] [stdout] ./test/alice29.txt:2671:taught Laughing and Grief, they used to say.' [INFO] [stdout] ./test/alice29.txt:2674:and both creatures hid their faces in their paws. [INFO] [stdout] ./test/alice29.txt:2680:next, and so on.' [INFO] [stdout] ./test/alice29.txt:2687: This was quite a new idea to Alice, and she thought it over a [INFO] [stdout] ./test/alice29.txt:2705: The Mock Turtle sighed deeply, and drew the back of one flapper [INFO] [stdout] ./test/alice29.txt:2706:across his eyes. He looked at Alice, and tried to speak, but for [INFO] [stdout] ./test/alice29.txt:2708:in his throat,' said the Gryphon: and it set to work shaking him [INFO] [stdout] ./test/alice29.txt:2709:and punching him in the back. At last the Mock Turtle recovered [INFO] [stdout] ./test/alice29.txt:2710:his voice, and, with tears running down his cheeks, he went on [INFO] [stdout] ./test/alice29.txt:2714:said Alice)--`and perhaps you were never even introduced to a lobster--' [INFO] [stdout] ./test/alice29.txt:2716:and said `No, never') `--so you can have no idea what a delightful [INFO] [stdout] ./test/alice29.txt:2725:and so on; then, when you've cleared all the jelly-fish out of [INFO] [stdout] ./test/alice29.txt:2737: `--change lobsters, and retire in same order,' continued the [INFO] [stdout] ./test/alice29.txt:2751: `Back to land again, and that's all the first figure,' said the [INFO] [stdout] ./test/alice29.txt:2752:Mock Turtle, suddenly dropping his voice; and the two creatures, [INFO] [stdout] ./test/alice29.txt:2754:down again very sadly and quietly, and looked at Alice. [INFO] [stdout] ./test/alice29.txt:2768: So they began solemnly dancing round and round Alice, every now [INFO] [stdout] ./test/alice29.txt:2769:and then treading on her toes when they passed too close, and [INFO] [stdout] ./test/alice29.txt:2771:sang this, very slowly and sadly:-- [INFO] [stdout] ./test/alice29.txt:2775:"There's a porpoise close behind us, and he's treading on my [INFO] [stdout] ./test/alice29.txt:2777:See how eagerly the lobsters and the turtles all advance! [INFO] [stdout] ./test/alice29.txt:2778:They are waiting on the shingle--will you come and join the [INFO] [stdout] ./test/alice29.txt:2788:When they take us up and throw us, with the lobsters, out to [INFO] [stdout] ./test/alice29.txt:2790:But the snail replied "Too far, too far!" and gave a look [INFO] [stdout] ./test/alice29.txt:2801:The further off from England the nearer is to France-- [INFO] [stdout] ./test/alice29.txt:2802:Then turn not pale, beloved snail, but come and join the dance. [INFO] [stdout] ./test/alice29.txt:2812:Alice, feeling very glad that it was over at last: `and I do so [INFO] [stdout] ./test/alice29.txt:2826:tails in their mouths--and they're all over crumbs.' [INFO] [stdout] ./test/alice29.txt:2830:in their mouths; and the reason is--' here the Mock Turtle [INFO] [stdout] ./test/alice29.txt:2831:yawned and shut his eyes.--`Tell her about the reason and all [INFO] [stdout] ./test/alice29.txt:2850: Alice was thoroughly puzzled. `Does the boots and shoes!' she [INFO] [stdout] ./test/alice29.txt:2856: Alice looked down at them, and considered a little before she [INFO] [stdout] ./test/alice29.txt:2859: `Boots and shoes under the sea,' the Gryphon went on in a deep [INFO] [stdout] ./test/alice29.txt:2865: `Soles and eels, of course,' the Gryphon replied rather [INFO] [stdout] ./test/alice29.txt:2878:to ME, and told me he was going a journey, I should say "With [INFO] [stdout] ./test/alice29.txt:2899:each side, and opened their eyes and mouths so VERY wide, but she [INFO] [stdout] ./test/alice29.txt:2902:FATHER WILLIAM,' to the Caterpillar, and the words all coming [INFO] [stdout] ./test/alice29.txt:2903:different, and then the Mock Turtle drew a long breath, and said [INFO] [stdout] ./test/alice29.txt:2909:thoughtfully. `I should like to hear her try and repeat [INFO] [stdout] ./test/alice29.txt:2913: `Stand up and repeat "'TIS THE VOICE OF THE SLUGGARD,"' said [INFO] [stdout] ./test/alice29.txt:2916: `How the creatures order one about, and make one repeat [INFO] [stdout] ./test/alice29.txt:2918:However, she got up, and began to repeat it, but her head was so [INFO] [stdout] ./test/alice29.txt:2920:saying, and the words came very queer indeed:-- [INFO] [stdout] ./test/alice29.txt:2925: Trims his belt and his buttons, and turns out his toes.' [INFO] [stdout] ./test/alice29.txt:2928: When the sands are all dry, he is gay as a lark, [INFO] [stdout] ./test/alice29.txt:2930: But, when the tide rises and sharks are around, [INFO] [stdout] ./test/alice29.txt:2931: His voice has a timid and tremulous sound.] [INFO] [stdout] ./test/alice29.txt:2940:hands, wondering if anything would EVER happen in a natural way [INFO] [stdout] ./test/alice29.txt:2952:dreadfully puzzled by the whole thing, and longed to change the [INFO] [stdout] ./test/alice29.txt:2959:all come wrong, and she went on in a trembling voice:-- [INFO] [stdout] ./test/alice29.txt:2961: `I passed by his garden, and marked, with one eye, [INFO] [stdout] ./test/alice29.txt:2962: How the Owl and the Panther were sharing a pie--' [INFO] [stdout] ./test/alice29.txt:2965: The Panther took pie-crust, and gravy, and meat, [INFO] [stdout] ./test/alice29.txt:2969: While the Panther received knife and fork with a growl, [INFO] [stdout] ./test/alice29.txt:2976: `Yes, I think you'd better leave off,' said the Gryphon: and [INFO] [stdout] ./test/alice29.txt:2988: The Mock Turtle sighed deeply, and began, in a voice sometimes [INFO] [stdout] ./test/alice29.txt:2992: `Beautiful Soup, so rich and green, [INFO] [stdout] ./test/alice29.txt:3012: `Chorus again!' cried the Gryphon, and the Mock Turtle had [INFO] [stdout] ./test/alice29.txt:3016: `Come on!' cried the Gryphon, and, taking Alice by the hand, [INFO] [stdout] ./test/alice29.txt:3020:only answered `Come on!' and ran the faster, while more and more [INFO] [stdout] ./test/alice29.txt:3034: The King and Queen of Hearts were seated on their throne when [INFO] [stdout] ./test/alice29.txt:3036:of little birds and beasts, as well as the whole pack of cards: [INFO] [stdout] ./test/alice29.txt:3037:the Knave was standing before them, in chains, with a soldier on [INFO] [stdout] ./test/alice29.txt:3038:each side to guard him; and near the King was the White Rabbit, [INFO] [stdout] ./test/alice29.txt:3039:with a trumpet in one hand, and a scroll of parchment in the [INFO] [stdout] ./test/alice29.txt:3043:she thought, `and hand round the refreshments!' But there seemed [INFO] [stdout] ./test/alice29.txt:3048:read about them in books, and she was quite pleased to find that [INFO] [stdout] ./test/alice29.txt:3052: The judge, by the way, was the King; and as he wore his crown [INFO] [stdout] ./test/alice29.txt:3054:did it,) he did not look at all comfortable, and it was certainly [INFO] [stdout] ./test/alice29.txt:3057: `And that's the jury-box,' thought Alice, `and those twelve [INFO] [stdout] ./test/alice29.txt:3059:some of them were animals, and some were birds,) `I suppose they [INFO] [stdout] ./test/alice29.txt:3061:to herself, being rather proud of it: for she thought, and [INFO] [stdout] ./test/alice29.txt:3076:the court!' and the King put on his spectacles and looked [INFO] [stdout] ./test/alice29.txt:3081:on their slates, and she could even make out that one of them [INFO] [stdout] ./test/alice29.txt:3082:didn't know how to spell `stupid,' and that he had to ask his [INFO] [stdout] ./test/alice29.txt:3087:Alice could not stand, and she went round the court and got [INFO] [stdout] ./test/alice29.txt:3088:behind him, and very soon found an opportunity of taking it [INFO] [stdout] ./test/alice29.txt:3092:with one finger for the rest of the day; and this was of very [INFO] [stdout] ./test/alice29.txt:3097: On this the White Rabbit blew three blasts on the trumpet, and [INFO] [stdout] ./test/alice29.txt:3098:then unrolled the parchment scroll, and read as follows:-- [INFO] [stdout] ./test/alice29.txt:3110: `Call the first witness,' said the King; and the White Rabbit [INFO] [stdout] ./test/alice29.txt:3111:blew three blasts on the trumpet, and called out, `First [INFO] [stdout] ./test/alice29.txt:3115:one hand and a piece of bread-and-butter in the other. `I beg [INFO] [stdout] ./test/alice29.txt:3130: `Write that down,' the King said to the jury, and the jury [INFO] [stdout] ./test/alice29.txt:3131:eagerly wrote down all three dates on their slates, and then [INFO] [stdout] ./test/alice29.txt:3132:added them up, and reduced the answer to shillings and pence. [INFO] [stdout] ./test/alice29.txt:3139:instantly made a memorandum of the fact. [INFO] [stdout] ./test/alice29.txt:3144: Here the Queen put on her spectacles, and began staring at the [INFO] [stdout] ./test/alice29.txt:3145:Hatter, who turned pale and fidgeted. [INFO] [stdout] ./test/alice29.txt:3147: `Give your evidence,' said the King; `and don't be nervous, or [INFO] [stdout] ./test/alice29.txt:3152:Queen, and in his confusion he bit a large piece out of his [INFO] [stdout] ./test/alice29.txt:3153:teacup instead of the bread-and-butter. [INFO] [stdout] ./test/alice29.txt:3157:beginning to grow larger again, and she thought at first she [INFO] [stdout] ./test/alice29.txt:3158:would get up and leave the court; but on second thoughts she [INFO] [stdout] ./test/alice29.txt:3174:and crossed over to the other side of the court. [INFO] [stdout] ./test/alice29.txt:3177:Hatter, and, just as the Dormouse crossed the court, she said to [INFO] [stdout] ./test/alice29.txt:3186:trembling voice, `--and I hadn't begun my tea--not above a week [INFO] [stdout] ./test/alice29.txt:3187:or so--and what with the bread-and-butter getting so thin--and [INFO] [stdout] ./test/alice29.txt:3197: `I'm a poor man,' the Hatter went on, `and most things [INFO] [stdout] ./test/alice29.txt:3213:and-butter--' [INFO] [stdout] ./test/alice29.txt:3222: The miserable Hatter dropped his teacup and bread-and-butter, [INFO] [stdout] ./test/alice29.txt:3223:and went down on one knee. `I'm a poor man, your Majesty,' he [INFO] [stdout] ./test/alice29.txt:3228: Here one of the guinea-pigs cheered, and was immediately [INFO] [stdout] ./test/alice29.txt:3232:into this they slipped the guinea-pig, head first, and then sat [INFO] [stdout] ./test/alice29.txt:3238:officers of the court," and I never understood what it meant [INFO] [stdout] ./test/alice29.txt:3241: `If that's all you know about it, you may stand down,' [INFO] [stdout] ./test/alice29.txt:3249: Here the other guinea-pig cheered, and was suppressed. [INFO] [stdout] ./test/alice29.txt:3257: `You may go,' said the King, and the Hatter hurriedly left the [INFO] [stdout] ./test/alice29.txt:3260: `--and just take his head off outside,' the Queen added to one [INFO] [stdout] ./test/alice29.txt:3267:pepper-box in her hand, and Alice guessed who it was, even before [INFO] [stdout] ./test/alice29.txt:3279:air, and, after folding his arms and frowning at the cook till [INFO] [stdout] ./test/alice29.txt:3292:Dormouse turned out, and, by the time they had settled down [INFO] [stdout] ./test/alice29.txt:3314:moment how large she had grown in the last few minutes, and she [INFO] [stdout] ./test/alice29.txt:3317:of the crowd below, and there they lay sprawling about, reminding [INFO] [stdout] ./test/alice29.txt:3322:dismay, and began picking them up again as quickly as she could, [INFO] [stdout] ./test/alice29.txt:3323:for the accident of the goldfish kept running in her head, and [INFO] [stdout] ./test/alice29.txt:3325:and put back into the jury-box, or they would die. [INFO] [stdout] ./test/alice29.txt:3332: Alice looked at the jury-box, and saw that, in her haste, she [INFO] [stdout] ./test/alice29.txt:3333:had put the Lizard in head downwards, and the poor little thing [INFO] [stdout] ./test/alice29.txt:3335:to move. She soon got it out again, and put it right; `not that [INFO] [stdout] ./test/alice29.txt:3340:being upset, and their slates and pencils had been found and [INFO] [stdout] ./test/alice29.txt:3341:handed back to them, they set to work very diligently to write [INFO] [stdout] ./test/alice29.txt:3358:of course,' he said in a very respectful tone, but frowning and [INFO] [stdout] ./test/alice29.txt:3361: `UNimportant, of course, I meant,' the King hastily said, and [INFO] [stdout] ./test/alice29.txt:3366: Some of the jury wrote it down `important,' and some [INFO] [stdout] ./test/alice29.txt:3372:writing in his note-book, cackled out `Silence!' and read out [INFO] [stdout] ./test/alice29.txt:3391: The King turned pale, and shut his note-book hastily. [INFO] [stdout] ./test/alice29.txt:3411:as he spoke, and added `It isn't a letter, after all: it's a set [INFO] [stdout] ./test/alice29.txt:3414: `Are they in the prisoner's handwriting?' asked another of [INFO] [stdout] ./test/alice29.txt:3417: `No, they're not,' said the White Rabbit, `and that's the [INFO] [stdout] ./test/alice29.txt:3420: `He must have imitated somebody else's hand,' said the King. [INFO] [stdout] ./test/alice29.txt:3423: `Please your Majesty,' said the Knave, `I didn't write it, and [INFO] [stdout] ./test/alice29.txt:3430: There was a general clapping of hands at this: it was the [INFO] [stdout] ./test/alice29.txt:3443: `Begin at the beginning,' the King said gravely, `and go on [INFO] [stdout] ./test/alice29.txt:3471: Him, and ourselves, and it. [INFO] [stdout] ./test/alice29.txt:3476: Between yourself and me.' [INFO] [stdout] ./test/alice29.txt:3479:said the King, rubbing his hands; `so now let the jury--' [INFO] [stdout] ./test/alice29.txt:3493:knee, and looking at them with one eye; `I seem to see some [INFO] [stdout] ./test/alice29.txt:3500: `All right, so far,' said the King, and he went on muttering [INFO] [stdout] ./test/alice29.txt:3513: `Never!' said the Queen furiously, throwing an inkstand at the [INFO] [stdout] ./test/alice29.txt:3522: `It's a pun!' the King added in an offended tone, and [INFO] [stdout] ./test/alice29.txt:3528: `Stuff and nonsense!' said Alice loudly. `The idea of having [INFO] [stdout] ./test/alice29.txt:3541: At this the whole pack rose up into the air, and came flying [INFO] [stdout] ./test/alice29.txt:3542:down upon her: she gave a little scream, half of fright and half [INFO] [stdout] ./test/alice29.txt:3543:of anger, and tried to beat them off, and found herself lying on [INFO] [stdout] ./test/alice29.txt:3551: `Oh, I've had such a curious dream!' said Alice, and she told [INFO] [stdout] ./test/alice29.txt:3553:Adventures of hers that you have just been reading about; and [INFO] [stdout] ./test/alice29.txt:3554:when she had finished, her sister kissed her, and said, `It WAS a [INFO] [stdout] ./test/alice29.txt:3556:getting late.' So Alice got up and ran off, thinking while she [INFO] [stdout] ./test/alice29.txt:3560:head on her hand, watching the setting sun, and thinking of [INFO] [stdout] ./test/alice29.txt:3561:little Alice and all her wonderful Adventures, till she too began [INFO] [stdout] ./test/alice29.txt:3562:dreaming after a fashion, and this was her dream:-- [INFO] [stdout] ./test/alice29.txt:3564: First, she dreamed of little Alice herself, and once again the [INFO] [stdout] ./test/alice29.txt:3565:tiny hands were clasped upon her knee, and the bright eager eyes [INFO] [stdout] ./test/alice29.txt:3567:voice, and see that queer little toss of her head to keep back [INFO] [stdout] ./test/alice29.txt:3568:the wandering hair that WOULD always get into her eyes--and [INFO] [stdout] ./test/alice29.txt:3576:the March Hare and his friends shared their never-ending meal, [INFO] [stdout] ./test/alice29.txt:3577:and the shrill voice of the Queen ordering off her unfortunate [INFO] [stdout] ./test/alice29.txt:3579:Duchess's knee, while plates and dishes crashed around it--once [INFO] [stdout] ./test/alice29.txt:3581:slate-pencil, and the choking of the suppressed guinea-pigs, [INFO] [stdout] ./test/alice29.txt:3585: So she sat on, with closed eyes, and half believed herself in [INFO] [stdout] ./test/alice29.txt:3586:Wonderland, though she knew she had but to open them again, and [INFO] [stdout] ./test/alice29.txt:3588:rustling in the wind, and the pool rippling to the waving of the [INFO] [stdout] ./test/alice29.txt:3590:bells, and the Queen's shrill cries to the voice of the shepherd [INFO] [stdout] ./test/alice29.txt:3591:boy--and the sneeze of the baby, the shriek of the Gryphon, and [INFO] [stdout] ./test/alice29.txt:3598:hers would, in the after-time, be herself a grown woman; and how [INFO] [stdout] ./test/alice29.txt:3599:she would keep, through all her riper years, the simple and [INFO] [stdout] ./test/alice29.txt:3600:loving heart of her childhood: and how she would gather about [INFO] [stdout] ./test/alice29.txt:3601:her other little children, and make THEIR eyes bright and eager [INFO] [stdout] ./test/alice29.txt:3603:Wonderland of long ago: and how she would feel with all their [INFO] [stdout] ./test/alice29.txt:3604:simple sorrows, and find a pleasure in all their simple joys, [INFO] [stdout] ./test/alice29.txt:3605:remembering her own child-life, and the happy summer days. [INFO] [stdout] test tests::bench_alice ... ok [INFO] [stdout] test tests::bench_grep ... FAILED [INFO] [stdout] test tests::bench_kernel ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::bench_grep stdout ---- [INFO] [stdout] thread 'tests::bench_grep' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/main.rs:83:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5640f71848c4 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5640f71848c4 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5640f71848c4 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5640f71848c4 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5640f71addac - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x5640f71374c5 - std::io::Write::write_fmt::h5d052af13df32ea6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5640f717eab1 - std::io::impls::>::write_fmt::h8fe8a9bdc421b4b6 [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5640f71871a5 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5640f71871a5 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5640f71871a5 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5640f7186e8b - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5640f7187802 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5640f71873eb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x5640f71ac7d1 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x5640f71ac5f3 - core::option::expect_none_failed::hf2c575a7b931ce1f [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x5640f70f325b - core::result::Result::unwrap::hbdd06b707005bb26 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x5640f70e1348 - gkosgrep::grep_file::h7aadb5d6957a8e27 [INFO] [stdout] at src/main.rs:83 [INFO] [stdout] 17: 0x5640f70e6646 - gkosgrep::tests::bench_grep::{{closure}}::h442a01b9c8a93066 [INFO] [stdout] at src/main.rs:227 [INFO] [stdout] 18: 0x5640f70dce4a - test::bench::ns_iter_inner::h9e86bfe5067256ee [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libtest/bench.rs:111 [INFO] [stdout] 19: 0x5640f70df0ee - test::bench::Bencher::iter::he447847c183c58e3 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libtest/bench.rs:35 [INFO] [stdout] 20: 0x5640f70e65fa - gkosgrep::tests::bench_grep::he5b4e3b1285a601a [INFO] [stdout] at src/main.rs:226 [INFO] [stdout] 21: 0x5640f70e65e6 - gkosgrep::tests::bench_grep::{{closure}}::h8e2767794ee79ead [INFO] [stdout] at src/main.rs:225 [INFO] [stdout] 22: 0x5640f70f5558 - core::ops::function::FnOnce::call_once::hb2af671a2403f596 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 23: 0x5640f713bc72 - test::convert_benchmarks_to_tests::{{closure}}::{{closure}}::{{closure}}::h688d5613b011db96 [INFO] [stdout] at src/libtest/lib.rs:403 [INFO] [stdout] 24: 0x5640f713bc72 - test::bench::Bencher::bench::h0278ce2bd7b49798 [INFO] [stdout] at src/libtest/bench.rs:46 [INFO] [stdout] 25: 0x5640f713bc72 - test::bench::run_once::h3840d6abb62356da [INFO] [stdout] at src/libtest/bench.rs:237 [INFO] [stdout] 26: 0x5640f713bc72 - test::convert_benchmarks_to_tests::{{closure}}::{{closure}}::haa43a8ab56f4c369 [INFO] [stdout] at src/libtest/lib.rs:403 [INFO] [stdout] 27: 0x5640f713bc72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44eb7468b36f3dfb [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 28: 0x5640f71433bf - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 29: 0x5640f71433bf - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 30: 0x5640f715f42e - as core::ops::function::FnOnce<()>>::call_once::h85dff111be9c2dc6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x5640f715f42e - std::panicking::try::do_call::hee6f5a4bef67c840 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 32: 0x5640f715f42e - std::panicking::try::h3384d3b948e84dbc [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x5640f715f42e - std::panic::catch_unwind::h5ae91218e578066d [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x5640f715f42e - test::run_test_in_process::he37a49587889b910 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 35: 0x5640f715f42e - test::run_test::run_test_inner::{{closure}}::h4f0d25136ca480c2 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 36: 0x5640f7136976 - std::sys_common::backtrace::__rust_begin_short_backtrace::h969eceda34247af3 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 37: 0x5640f713bd05 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h912007997cb04e92 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:475 [INFO] [stdout] 38: 0x5640f713bd05 - as core::ops::function::FnOnce<()>>::call_once::h8795d8b7bd223988 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 39: 0x5640f713bd05 - std::panicking::try::do_call::hb29b86f86d4d722e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 40: 0x5640f713bd05 - std::panicking::try::h4bfefb3eddc0d900 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 41: 0x5640f713bd05 - std::panic::catch_unwind::h774c24d4b38d5828 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 42: 0x5640f713bd05 - std::thread::Builder::spawn_unchecked::{{closure}}::ha50a32fa99413dde [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:474 [INFO] [stdout] 43: 0x5640f713bd05 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dacb8f28d699f86 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 44: 0x5640f717ab7f - as core::ops::function::FnOnce>::call_once::h7deaeeba480c6ce2 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 45: 0x5640f718e473 - as core::ops::function::FnOnce>::call_once::h968b1dfb87756523 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 46: 0x5640f718e473 - std::sys::unix::thread::Thread::new::thread_start::h2399addeb6370595 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 47: 0x7f71beb196db - start_thread [INFO] [stdout] 48: 0x7f71be62a88f - __clone [INFO] [stdout] 49: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::bench_kernel stdout ---- [INFO] [stdout] thread 'tests::bench_kernel' panicked at 'KERNEL_SRC not set up: NotPresent', src/main.rs:248:20 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5640f71848c4 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5640f71848c4 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5640f71848c4 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5640f71848c4 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5640f71addac - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x5640f71374c5 - std::io::Write::write_fmt::h5d052af13df32ea6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5640f717eab1 - std::io::impls::>::write_fmt::h8fe8a9bdc421b4b6 [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x5640f71871a5 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x5640f71871a5 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x5640f71871a5 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x5640f7186e8b - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x5640f7187802 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x5640f71873eb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x5640f71ac7d1 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x5640f71ac5f3 - core::option::expect_none_failed::hf2c575a7b931ce1f [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 15: 0x5640f70f2c55 - core::result::Result::expect::h112476778bddd324 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/result.rs:963 [INFO] [stdout] 16: 0x5640f70e69dc - gkosgrep::tests::bench_kernel::h9769e29b656a71d7 [INFO] [stdout] at src/main.rs:248 [INFO] [stdout] 17: 0x5640f70e6956 - gkosgrep::tests::bench_kernel::{{closure}}::hfab5dc58b461d8da [INFO] [stdout] at src/main.rs:247 [INFO] [stdout] 18: 0x5640f70f5478 - core::ops::function::FnOnce::call_once::h648ccb92b9fa58cc [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 19: 0x5640f713bc72 - test::convert_benchmarks_to_tests::{{closure}}::{{closure}}::{{closure}}::h688d5613b011db96 [INFO] [stdout] at src/libtest/lib.rs:403 [INFO] [stdout] 20: 0x5640f713bc72 - test::bench::Bencher::bench::h0278ce2bd7b49798 [INFO] [stdout] at src/libtest/bench.rs:46 [INFO] [stdout] 21: 0x5640f713bc72 - test::bench::run_once::h3840d6abb62356da [INFO] [stdout] at src/libtest/bench.rs:237 [INFO] [stdout] 22: 0x5640f713bc72 - test::convert_benchmarks_to_tests::{{closure}}::{{closure}}::haa43a8ab56f4c369 [INFO] [stdout] at src/libtest/lib.rs:403 [INFO] [stdout] 23: 0x5640f713bc72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44eb7468b36f3dfb [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 24: 0x5640f71433bf - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 25: 0x5640f71433bf - as core::ops::function::FnOnce>::call_once::h1f6ee40732e80908 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 26: 0x5640f715f42e - as core::ops::function::FnOnce<()>>::call_once::h85dff111be9c2dc6 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x5640f715f42e - std::panicking::try::do_call::hee6f5a4bef67c840 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 28: 0x5640f715f42e - std::panicking::try::h3384d3b948e84dbc [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x5640f715f42e - std::panic::catch_unwind::h5ae91218e578066d [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x5640f715f42e - test::run_test_in_process::he37a49587889b910 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 31: 0x5640f715f42e - test::run_test::run_test_inner::{{closure}}::h4f0d25136ca480c2 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 32: 0x5640f7136976 - std::sys_common::backtrace::__rust_begin_short_backtrace::h969eceda34247af3 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 33: 0x5640f713bd05 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h912007997cb04e92 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:475 [INFO] [stdout] 34: 0x5640f713bd05 - as core::ops::function::FnOnce<()>>::call_once::h8795d8b7bd223988 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:318 [INFO] [stdout] 35: 0x5640f713bd05 - std::panicking::try::do_call::hb29b86f86d4d722e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:331 [INFO] [stdout] 36: 0x5640f713bd05 - std::panicking::try::h4bfefb3eddc0d900 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panicking.rs:274 [INFO] [stdout] 37: 0x5640f713bd05 - std::panic::catch_unwind::h774c24d4b38d5828 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/panic.rs:394 [INFO] [stdout] 38: 0x5640f713bd05 - std::thread::Builder::spawn_unchecked::{{closure}}::ha50a32fa99413dde [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libstd/thread/mod.rs:474 [INFO] [stdout] 39: 0x5640f713bd05 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dacb8f28d699f86 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/ops/function.rs:232 [INFO] [stdout] 40: 0x5640f717ab7f - as core::ops::function::FnOnce>::call_once::h7deaeeba480c6ce2 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 41: 0x5640f718e473 - as core::ops::function::FnOnce>::call_once::h968b1dfb87756523 [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/liballoc/boxed.rs:1008 [INFO] [stdout] 42: 0x5640f718e473 - std::sys::unix::thread::Thread::new::thread_start::h2399addeb6370595 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 43: 0x7f71beb196db - start_thread [INFO] [stdout] 44: 0x7f71be62a88f - __clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::bench_grep [INFO] [stdout] tests::bench_kernel [INFO] [stdout] [INFO] [stdout] test result: FAILED. 5 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin gkosgrep' [INFO] running `"docker" "inspect" "70564180acef687f053a1c04c2007c3bae57cc288e651f5bdbb47a1769ce12c3"` [INFO] running `"docker" "rm" "-f" "70564180acef687f053a1c04c2007c3bae57cc288e651f5bdbb47a1769ce12c3"` [INFO] [stdout] 70564180acef687f053a1c04c2007c3bae57cc288e651f5bdbb47a1769ce12c3