[INFO] cloning repository https://github.com/Czcfsdx/BPE-Tokenizer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Czcfsdx/BPE-Tokenizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCzcfsdx%2FBPE-Tokenizer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCzcfsdx%2FBPE-Tokenizer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 915642191607ca6bc28ff14740aa186be248abfc
[INFO] testing Czcfsdx/BPE-Tokenizer against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCzcfsdx%2FBPE-Tokenizer" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Czcfsdx/BPE-Tokenizer
[INFO] finished tweaking git repo https://github.com/Czcfsdx/BPE-Tokenizer
[INFO] tweaked toml for git repo https://github.com/Czcfsdx/BPE-Tokenizer written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Czcfsdx/BPE-Tokenizer on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Czcfsdx/BPE-Tokenizer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 282946fa048f76c1616cdbc93a2cfad8749237a17604065bcb041391039fffd9
[INFO] running `Command { std: "docker" "start" "-a" "282946fa048f76c1616cdbc93a2cfad8749237a17604065bcb041391039fffd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "282946fa048f76c1616cdbc93a2cfad8749237a17604065bcb041391039fffd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "282946fa048f76c1616cdbc93a2cfad8749237a17604065bcb041391039fffd9", kill_on_drop: false }`
[INFO] [stdout] 282946fa048f76c1616cdbc93a2cfad8749237a17604065bcb041391039fffd9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45e5ace576eb3a3a28bf938dc7a037a6cc1e494b42c8a61e8ab2bd207c72bf1a
[INFO] running `Command { std: "docker" "start" "-a" "45e5ace576eb3a3a28bf938dc7a037a6cc1e494b42c8a61e8ab2bd207c72bf1a", kill_on_drop: false }`
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling rkyv_derive v0.8.15
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ptr_meta v0.3.1
[INFO] [stderr]    Compiling rancor v0.1.1
[INFO] [stderr]    Compiling munge v0.4.7
[INFO] [stderr]    Compiling bytecheck v0.8.2
[INFO] [stderr]    Compiling rend v0.5.3
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling rkyv v0.8.15
[INFO] [stderr]    Compiling BPE v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.07s
[INFO] running `Command { std: "docker" "inspect" "45e5ace576eb3a3a28bf938dc7a037a6cc1e494b42c8a61e8ab2bd207c72bf1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45e5ace576eb3a3a28bf938dc7a037a6cc1e494b42c8a61e8ab2bd207c72bf1a", kill_on_drop: false }`
[INFO] [stdout] 45e5ace576eb3a3a28bf938dc7a037a6cc1e494b42c8a61e8ab2bd207c72bf1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 784febcb6ef1c3f2c121b08664cdd1f6b5494c2e25263a516a54ca328b8f5989
[INFO] running `Command { std: "docker" "start" "-a" "784febcb6ef1c3f2c121b08664cdd1f6b5494c2e25263a516a54ca328b8f5989", kill_on_drop: false }`
[INFO] [stderr]    Compiling BPE v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.18s
[INFO] running `Command { std: "docker" "inspect" "784febcb6ef1c3f2c121b08664cdd1f6b5494c2e25263a516a54ca328b8f5989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "784febcb6ef1c3f2c121b08664cdd1f6b5494c2e25263a516a54ca328b8f5989", kill_on_drop: false }`
[INFO] [stdout] 784febcb6ef1c3f2c121b08664cdd1f6b5494c2e25263a516a54ca328b8f5989
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cc8a3d5f0416029db0edde3f3c5f45a09fbd3878078254da462dbf8c222261be
[INFO] running `Command { std: "docker" "start" "-a" "cc8a3d5f0416029db0edde3f3c5f45a09fbd3878078254da462dbf8c222261be", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/BPE-7063d4c25660fbbf)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tokenizer::tests::test_create ... ok
[INFO] [stdout] test tokenizer::tests::test_save_and_load ... FAILED
[INFO] [stdout] test tokenizer::tests::test_encode_and_decode ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tokenizer::tests::test_save_and_load stdout ----
[INFO] [stdout] New token 256 (83 times) => (32, 116): (" t")
[INFO] [stdout] New token 257 (63 times) => (105, 110): ("in")
[INFO] [stdout] New token 258 (54 times) => (32, 97): (" a")
[INFO] [stdout] New token 259 (50 times) => (104, 101): ("he")
[INFO] [stdout] New token 260 (44 times) => (101, 110): ("en")
[INFO] [stdout] New token 261 (36 times) => (114, 101): ("re")
[INFO] [stdout] New token 262 (35 times) => (32, 115): (" s")
[INFO] [stdout] New token 263 (33 times) => (256, 259): (" the")
[INFO] [stdout] New token 264 (32 times) => (32, 111): (" o")
[INFO] [stdout] New token 265 (31 times) => (101, 100): ("ed")
[INFO] [stdout] New token 266 (30 times) => (101, 114): ("er")
[INFO] [stdout] New token 267 (28 times) => (32, 99): (" c")
[INFO] [stdout] New token 268 (27 times) => (108, 97): ("la")
[INFO] [stdout] New token 269 (27 times) => (32, 257): (" in")
[INFO] [stdout] New token 270 (25 times) => (32, 98): (" b")
[INFO] [stdout] New token 271 (24 times) => (105, 116): ("it")
[INFO] [stdout] New token 272 (23 times) => (257, 103): ("ing")
[INFO] [stdout] New token 273 (22 times) => (256, 111): (" to")
[INFO] [stdout] New token 274 (22 times) => (111, 100): ("od")
[INFO] [stdout] New token 275 (22 times) => (111, 110): ("on")
[INFO] [stdout] New token 276 (21 times) => (105, 115): ("is")
[INFO] [stdout] New token 277 (20 times) => (97, 116): ("at")
[INFO] [stdout] New token 278 (19 times) => (111, 114): ("or")
[INFO] [stdout] New token 279 (19 times) => (32, 109): (" m")
[INFO] [stdout] New token 280 (19 times) => (97, 108): ("al")
[INFO] [stdout] New token 281 (17 times) => (264, 102): (" of")
[INFO] [stdout] New token 282 (16 times) => (111, 109): ("om")
[INFO] [stdout] New token 283 (16 times) => (108, 101): ("le")
[INFO] [stdout] New token 284 (16 times) => (97, 98): ("ab")
[INFO] [stdout] New token 285 (16 times) => (32, 119): (" w")
[INFO] [stdout] New token 286 (15 times) => (107, 260): ("ken")
[INFO] [stdout] New token 287 (15 times) => (32, 110): (" n")
[INFO] [stdout] New token 288 (15 times) => (258, 110): (" an")
[INFO] [stdout] New token 289 (15 times) => (101, 115): ("es")
[INFO] [stdout] New token 290 (14 times) => (260, 99): ("enc")
[INFO] [stdout] New token 291 (14 times) => (32, 261): (" re")
[INFO] [stdout] New token 292 (14 times) => (32, 117): (" u")
[INFO] [stdout] New token 293 (14 times) => (32, 102): (" f")
[INFO] [stdout] New token 294 (13 times) => (32, 276): (" is")
[INFO] [stdout] New token 295 (13 times) => (101, 120): ("ex")
[INFO] [stdout] New token 296 (13 times) => (266, 115): ("ers")
[INFO] [stdout] New token 297 (13 times) => (270, 121): (" by")
[INFO] [stdout] New token 298 (12 times) => (273, 286): (" token")
[INFO] [stdout] New token 299 (12 times) => (295, 116): ("ext")
[INFO] [stdout] New token 300 (12 times) => (32, 118): (" v")
[INFO] [stdout] New token 301 (11 times) => (258, 108): (" al")
[INFO] [stdout] New token 302 (11 times) => (32, 66): (" B")
[INFO] [stdout] New token 303 (11 times) => (32, 112): (" p")
[INFO] [stdout] New token 304 (11 times) => (271, 104): ("ith")
[INFO] [stdout] New token 305 (11 times) => (97, 110): ("an")
[INFO] [stdout] New token 306 (11 times) => (105, 275): ("ion")
[INFO] [stdout] New token 307 (11 times) => (97, 114): ("ar")
[INFO] [stdout] New token 308 (11 times) => (279, 274): (" mod")
[INFO] [stdout] New token 309 (10 times) => (84, 259): ("The")
[INFO] [stdout] New token 310 (10 times) => (80, 69): ("PE")
[INFO] [stdout] New token 311 (10 times) => (268, 114): ("lar")
[INFO] [stdout] New token 312 (10 times) => (108, 121): ("ly")
[INFO] [stdout] New token 313 (10 times) => (103, 101): ("ge")
[INFO] [stdout] New token 314 (10 times) => (105, 103): ("ig")
[INFO] [stdout] New token 315 (10 times) => (290, 274): ("encod")
[INFO] [stdout] New token 316 (10 times) => (32, 100): (" d")
[INFO] [stdout] New token 317 (10 times) => (111, 99): ("oc")
[INFO] [stdout] New token 318 (10 times) => (256, 299): (" text")
[INFO] [stdout] New token 319 (9 times) => (113, 117): ("qu")
[INFO] [stdout] New token 320 (9 times) => (99, 104): ("ch")
[INFO] [stdout] New token 321 (9 times) => (270, 101): (" be")
[INFO] [stdout] New token 322 (9 times) => (302, 310): (" BPE")
[INFO] [stdout] New token 323 (9 times) => (282, 112): ("omp")
[INFO] [stdout] New token 324 (9 times) => (288, 100): (" and")
[INFO] [stdout] New token 325 (9 times) => (105, 280): ("ial")
[INFO] [stdout] New token 326 (8 times) => (256, 104): (" th")
[INFO] [stdout] New token 327 (8 times) => (32, 315): (" encod")
[INFO] [stdout] New token 328 (8 times) => (292, 115): (" us")
[INFO] [stdout] New token 329 (8 times) => (99, 116): ("ct")
[INFO] [stdout] New token 330 (8 times) => (268, 99): ("lac")
[INFO] [stdout] New token 331 (8 times) => (264, 114): (" or")
[INFO] [stdout] New token 332 (8 times) => (32, 108): (" l")
[INFO] [stdout] New token 333 (8 times) => (300, 317): (" voc")
[INFO] [stdout] New token 334 (8 times) => (97, 115): ("as")
[INFO] [stdout] New token 335 (8 times) => (117, 311): ("ular")
[INFO] [stdout] New token 336 (8 times) => (261, 115): ("res")
[INFO] [stdout] New token 337 (8 times) => (333, 284): (" vocab")
[INFO] [stdout] New token 338 (8 times) => (337, 335): (" vocabular")
[INFO] [stdout] New token 339 (8 times) => (115, 116): ("st")
[INFO] [stdout] New token 340 (8 times) => (338, 121): (" vocabulary")
[INFO] [stdout] New token 341 (7 times) => (105, 102): ("if")
[INFO] [stdout] New token 342 (7 times) => (111, 117): ("ou")
[INFO] [stdout] New token 343 (7 times) => (32, 40): (" (")
[INFO] [stdout] New token 344 (7 times) => (103, 117): ("gu")
[INFO] [stdout] New token 345 (7 times) => (105, 114): ("ir")
[INFO] [stdout] New token 346 (7 times) => (103, 278): ("gor")
[INFO] [stdout] New token 347 (7 times) => (291, 112): (" rep")
[INFO] [stdout] New token 348 (7 times) => (111, 108): ("ol")
[INFO] [stdout] New token 349 (7 times) => (260, 116): ("ent")
[INFO] [stdout] New token 350 (7 times) => (346, 304): ("gorith")
[INFO] [stdout] New token 351 (7 times) => (350, 109): ("gorithm")
[INFO] [stdout] New token 352 (7 times) => (301, 351): (" algorithm")
[INFO] [stdout] New token 353 (7 times) => (116, 111): ("to")
[INFO] [stdout] New token 354 (6 times) => (323, 336): ("ompres")
[INFO] [stdout] New token 355 (6 times) => (341, 105): ("ifi")
[INFO] [stdout] New token 356 (6 times) => (101, 99): ("ec")
[INFO] [stdout] New token 357 (6 times) => (97, 109): ("am")
[INFO] [stdout] New token 358 (6 times) => (118, 101): ("ve")
[INFO] [stdout] New token 359 (6 times) => (111, 116): ("ot")
[INFO] [stdout] New token 360 (6 times) => (297, 116): (" byt")
[INFO] [stdout] New token 361 (6 times) => (344, 97): ("gua")
[INFO] [stdout] New token 362 (6 times) => (267, 305): (" can")
[INFO] [stdout] New token 363 (6 times) => (268, 110): ("lan")
[INFO] [stdout] New token 364 (6 times) => (298, 115): (" tokens")
[INFO] [stdout] New token 365 (6 times) => (257, 280): ("inal")
[INFO] [stdout] New token 366 (6 times) => (292, 110): (" un")
[INFO] [stdout] New token 367 (6 times) => (287, 101): (" ne")
[INFO] [stdout] New token 368 (6 times) => (347, 330): (" replac")
[INFO] [stdout] New token 369 (6 times) => (354, 115): ("ompress")
[INFO] [stdout] New token 370 (6 times) => (32, 363): (" lan")
[INFO] [stdout] New token 371 (6 times) => (284, 283): ("able")
[INFO] [stdout] New token 372 (6 times) => (355, 265): ("ified")
[INFO] [stdout] New token 373 (6 times) => (370, 361): (" langua")
[INFO] [stdout] New token 374 (6 times) => (308, 372): (" modified")
[INFO] [stdout] New token 375 (5 times) => (97, 329): ("act")
[INFO] [stdout] New token 376 (5 times) => (373, 313): (" language")
[INFO] [stdout] New token 377 (5 times) => (109, 98): ("mb")
[INFO] [stdout] New token 378 (5 times) => (32, 71): (" G")
[INFO] [stdout] New token 379 (5 times) => (101, 108): ("el")
[INFO] [stdout] New token 380 (5 times) => (271, 325): ("itial")
[INFO] [stdout] New token 381 (5 times) => (48, 48): ("00")
[INFO] [stdout] New token 382 (5 times) => (267, 275): (" con")
[INFO] [stdout] New token 383 (5 times) => (269, 380): (" initial")
[INFO] [stdout] New token 384 (5 times) => (331, 314): (" orig")
[INFO] [stdout] New token 385 (5 times) => (100, 115): ("ds")
[INFO] [stdout] New token 386 (5 times) => (105, 108): ("il")
[INFO] [stdout] New token 387 (5 times) => (307, 375): ("aract")
[INFO] [stdout] New token 388 (5 times) => (308, 379): (" model")
[INFO] [stdout] New token 389 (5 times) => (326, 277): (" that")
[INFO] [stdout] New token 390 (5 times) => (117, 116): ("ut")
[INFO] [stdout] New token 391 (5 times) => (32, 309): (" The")
[INFO] [stdout] New token 392 (5 times) => (384, 365): (" original")
[INFO] [stdout] New token 393 (4 times) => (387, 296): ("aracters")
[INFO] [stdout] New token 394 (4 times) => (80, 84): ("PT")
[INFO] [stdout] New token 395 (4 times) => (32, 73): (" I")
[INFO] [stdout] New token 396 (4 times) => (101, 116): ("et")
[INFO] [stdout] New token 397 (4 times) => (104, 276): ("his")
[INFO] [stdout] New token 398 (4 times) => (293, 114): (" fr")
[INFO] [stdout] New token 399 (4 times) => (258, 261): (" are")
[INFO] [stdout] New token 400 (4 times) => (377, 348): ("mbol")
[INFO] [stdout] New token 401 (4 times) => (285, 278): (" wor")
[INFO] [stdout] New token 402 (4 times) => (105, 122): ("iz")
[INFO] [stdout] New token 403 (4 times) => (267, 104): (" ch")
[INFO] [stdout] New token 404 (4 times) => (256, 371): (" table")
[INFO] [stdout] New token 405 (4 times) => (32, 84): (" T")
[INFO] [stdout] New token 406 (4 times) => (262, 112): (" sp")
[INFO] [stdout] New token 407 (4 times) => (367, 119): (" new")
[INFO] [stdout] New token 408 (4 times) => (398, 282): (" from")
[INFO] [stdout] New token 409 (4 times) => (259, 114): ("her")
[INFO] [stdout] New token 410 (4 times) => (105, 107): ("ik")
[INFO] [stdout] New token 411 (4 times) => (262, 121): (" sy")
[INFO] [stdout] New token 412 (4 times) => (285, 304): (" with")
[INFO] [stdout] New token 413 (4 times) => (303, 97): (" pa")
[INFO] [stdout] New token 414 (4 times) => (411, 400): (" symbol")
[INFO] [stdout] New token 415 (4 times) => (403, 393): (" characters")
[INFO] [stdout] New token 416 (4 times) => (32, 34): (" \"")
[INFO] [stdout] New token 417 (4 times) => (267, 369): (" compress")
[INFO] [stdout] New token 418 (4 times) => (342, 110): ("oun")
[INFO] [stdout] New token 419 (4 times) => (258, 115): (" as")
[INFO] [stdout] New token 420 (4 times) => (105, 109): ("im")
[INFO] [stdout] New token 421 (4 times) => (319, 290): ("quenc")
[INFO] [stdout] New token 422 (4 times) => (269, 353): (" into")
[INFO] [stdout] New token 423 (4 times) => (378, 394): (" GPT")
[INFO] [stdout] New token 424 (4 times) => (410, 101): ("ike")
[INFO] [stdout] New token 425 (4 times) => (82, 84): ("RT")
[INFO] [stdout] New token 426 (4 times) => (356, 325): ("ecial")
[INFO] [stdout] New token 427 (4 times) => (275, 103): ("ong")
[INFO] [stdout] New token 428 (4 times) => (105, 358): ("ive")
[INFO] [stdout] New token 429 (4 times) => (97, 257): ("ain")
[INFO] [stdout] New token 430 (4 times) => (41, 46): (").")
[INFO] [stdout] New token 431 (3 times) => (300, 296): (" vers")
[INFO] [stdout] New token 432 (3 times) => (99, 114): ("cr")
[INFO] [stdout] New token 433 (3 times) => (107, 117): ("ku")
[INFO] [stdout] New token 434 (3 times) => (117, 115): ("us")
[INFO] [stdout] New token 435 (3 times) => (262, 101): (" se")
[INFO] [stdout] New token 436 (3 times) => (360, 289): (" bytes")
[INFO] [stdout] New token 437 (3 times) => (114, 357): ("ram")
[INFO] [stdout] New token 438 (3 times) => (277, 306): ("ation")
[INFO] [stdout] New token 439 (3 times) => (103, 437): ("gram")
[INFO] [stdout] New token 440 (3 times) => (401, 385): (" words")
[INFO] [stdout] New token 441 (3 times) => (111, 111): ("oo")
[INFO] [stdout] New token 442 (3 times) => (262, 116): (" st")
[INFO] [stdout] New token 443 (3 times) => (326, 276): (" this")
[INFO] [stdout] New token 444 (3 times) => (32, 65): (" A")
[INFO] [stdout] New token 445 (3 times) => (316, 277): (" dat")
[INFO] [stdout] New token 446 (3 times) => (99, 108): ("cl")
[INFO] [stdout] New token 447 (3 times) => (332, 441): (" loo")
[INFO] [stdout] New token 448 (3 times) => (388, 115): (" models")
[INFO] [stdout] New token 449 (3 times) => (368, 101): (" replace")
[INFO] [stdout] New token 450 (3 times) => (406, 426): (" special")
[INFO] [stdout] New token 451 (3 times) => (395, 116): (" It")
[INFO] [stdout] New token 452 (3 times) => (413, 345): (" pair")
[INFO] [stdout] New token 453 (3 times) => (32, 271): (" it")
[INFO] [stdout] New token 454 (3 times) => (117, 110): ("un")
[INFO] [stdout] New token 455 (3 times) => (100, 266): ("der")
[INFO] [stdout] 
[INFO] [stdout] thread 'tokenizer::tests::test_save_and_load' (20) panicked at src/tokenizer.rs:585:22:
[INFO] [stdout] Failed to save model: Fail to write the binary serialization of the tokenizer model to the file: tests/test.bin
[INFO] [stdout] 
[INFO] [stdout] Caused by:
[INFO] [stdout]     Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <std::io::error::Error as anyhow::context::ext::StdError>::ext_context::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: <core::result::Result<(), std::io::error::Error> as anyhow::Context<(), std::io::error::Error>>::with_context::<alloc::string::String, <BPE::tokenizer::Tokenizer>::save::{closure#2}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/context.rs:65:37
[INFO] [stdout]    2: <BPE::tokenizer::Tokenizer>::save
[INFO] [stdout]              at ./src/tokenizer.rs:211:33
[INFO] [stdout]    3: BPE::tokenizer::tests::test_save_and_load
[INFO] [stdout]              at ./src/tokenizer.rs:585:15
[INFO] [stdout]    4: BPE::tokenizer::tests::test_save_and_load::{closure#0}
[INFO] [stdout]              at ./src/tokenizer.rs:582:28
[INFO] [stdout]    5: <BPE::tokenizer::tests::test_save_and_load::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]    8: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   11: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   14: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   15: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   17: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   20: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   21: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   23: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   25: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a6e9e9808da - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a6e9e9808da - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a6e9e9808da - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a6e9e9808da - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a6e9e99620a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a6e9e99620a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5a6e9e9856f2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5a6e9e9856f2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5a6e9e95e15f - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a6e9e95e15f - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a6e9e978549 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a6e9e5b527c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5a6e9e5b527c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a6e9e978702 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5a6e9e978702 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a6e9e95e218 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a6e9e9553f9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a6e9e95f01d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a6e9e996a4c - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a6e9e9967c2 - core[35159d6ffb30e017]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a6e9e575ddc - <core[35159d6ffb30e017]::result::Result<(), anyhow[a5fbff7c823d0d8f]::Error>>::expect
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5a6e9e5a5d1b - BPE[bfbd40197ac9d62c]::tokenizer::tests::test_save_and_load
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenizer.rs:585:22
[INFO] [stdout]   22:     0x5a6e9e5a42c7 - BPE[bfbd40197ac9d62c]::tokenizer::tests::test_save_and_load::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tokenizer.rs:582:28
[INFO] [stdout]   23:     0x5a6e9e5a80b6 - <BPE[bfbd40197ac9d62c]::tokenizer::tests::test_save_and_load::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5a6e9e5a855b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5a6e9e5a855b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5a6e9e5b5d4b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5a6e9e5b5d4b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5a6e9e5b5d4b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5a6e9e5b5d4b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5a6e9e5b5d4b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5a6e9e5b5d4b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5a6e9e5b5d4b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5a6e9e5b0724 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5a6e9e5b0724 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5a6e9e5b8952 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5a6e9e5b8952 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5a6e9e5b8952 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5a6e9e5b8952 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5a6e9e5b8952 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5a6e9e5b8952 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5a6e9e5b8952 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a6e9e97f9cf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5a6e9e97f9cf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x71412a6aaaa4 - <unknown>
[INFO] [stdout]   45:     0x71412a737a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tokenizer::tests::test_save_and_load
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin BPE`
[INFO] running `Command { std: "docker" "inspect" "cc8a3d5f0416029db0edde3f3c5f45a09fbd3878078254da462dbf8c222261be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc8a3d5f0416029db0edde3f3c5f45a09fbd3878078254da462dbf8c222261be", kill_on_drop: false }`
[INFO] [stdout] cc8a3d5f0416029db0edde3f3c5f45a09fbd3878078254da462dbf8c222261be
