Oct 11 16:43:28.540 INFO testing mksvg-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:43:28.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:43:28.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:43:28.724 INFO blam! aefc6941f6eb13bf12e938ef4908d725d29e66b75996b8770e3ea49a58032ca7 Oct 11 16:43:28.726 INFO running `"docker" "start" "-a" "aefc6941f6eb13bf12e938ef4908d725d29e66b75996b8770e3ea49a58032ca7"` Oct 11 16:43:29.237 INFO kablam! usermod: no changes Oct 11 16:43:29.288 INFO kablam! Compiling mksvg v0.1.1 (/source) Oct 11 16:43:30.542 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 16:43:30.542 INFO kablam! --> src/path.rs:21:5 Oct 11 16:43:30.542 INFO kablam! | Oct 11 16:43:30.542 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 11 16:43:30.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:30.542 INFO kablam! | Oct 11 16:43:30.542 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:43:30.542 INFO kablam! Oct 11 16:43:30.542 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::to_ascii_lowercase': use inherent methods instead Oct 11 16:43:30.542 INFO kablam! --> src/path.rs:70:44 Oct 11 16:43:30.542 INFO kablam! | Oct 11 16:43:30.542 INFO kablam! 70 | true=>self.items.push(PNode{tp:AsciiExt::to_ascii_lowercase(&tp),vals:vals.to_string()}), Oct 11 16:43:30.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:30.542 INFO kablam! Oct 11 16:43:30.542 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::to_ascii_uppercase': use inherent methods instead Oct 11 16:43:30.543 INFO kablam! --> src/path.rs:71:45 Oct 11 16:43:30.543 INFO kablam! | Oct 11 16:43:30.543 INFO kablam! 71 | false=>self.items.push(PNode{tp:AsciiExt::to_ascii_uppercase(&tp),vals:vals.to_string()}), Oct 11 16:43:30.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:30.543 INFO kablam! Oct 11 16:43:30.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 11 16:43:30.991 INFO kablam! su: No module specific data is present Oct 11 16:43:31.238 INFO running `"docker" "rm" "-f" "aefc6941f6eb13bf12e938ef4908d725d29e66b75996b8770e3ea49a58032ca7"` Oct 11 16:43:31.323 INFO blam! aefc6941f6eb13bf12e938ef4908d725d29e66b75996b8770e3ea49a58032ca7 Oct 11 16:43:31.327 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:43:31.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:43:31.498 INFO blam! 0c1d1f8172bd31218a2f168ad9be7b0c933e5ad2b7d8345c8a6ccb49ce80bb34 Oct 11 16:43:31.499 INFO running `"docker" "start" "-a" "0c1d1f8172bd31218a2f168ad9be7b0c933e5ad2b7d8345c8a6ccb49ce80bb34"` Oct 11 16:43:32.208 INFO kablam! usermod: no changes Oct 11 16:43:32.300 INFO kablam! Compiling mksvg v0.1.1 (/source) Oct 11 16:43:34.156 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 11 16:43:34.156 INFO kablam! --> src/path.rs:21:5 Oct 11 16:43:34.156 INFO kablam! | Oct 11 16:43:34.156 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 11 16:43:34.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:34.156 INFO kablam! | Oct 11 16:43:34.156 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 16:43:34.156 INFO kablam! Oct 11 16:43:34.156 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::to_ascii_lowercase': use inherent methods instead Oct 11 16:43:34.156 INFO kablam! --> src/path.rs:70:44 Oct 11 16:43:34.156 INFO kablam! | Oct 11 16:43:34.156 INFO kablam! 70 | true=>self.items.push(PNode{tp:AsciiExt::to_ascii_lowercase(&tp),vals:vals.to_string()}), Oct 11 16:43:34.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:34.156 INFO kablam! Oct 11 16:43:34.156 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::to_ascii_uppercase': use inherent methods instead Oct 11 16:43:34.156 INFO kablam! --> src/path.rs:71:45 Oct 11 16:43:34.156 INFO kablam! | Oct 11 16:43:34.156 INFO kablam! 71 | false=>self.items.push(PNode{tp:AsciiExt::to_ascii_uppercase(&tp),vals:vals.to_string()}), Oct 11 16:43:34.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:43:34.156 INFO kablam! Oct 11 16:43:35.020 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.78s Oct 11 16:43:35.020 INFO kablam! su: No module specific data is present Oct 11 16:43:35.701 INFO running `"docker" "rm" "-f" "0c1d1f8172bd31218a2f168ad9be7b0c933e5ad2b7d8345c8a6ccb49ce80bb34"` Oct 11 16:43:35.996 INFO blam! 0c1d1f8172bd31218a2f168ad9be7b0c933e5ad2b7d8345c8a6ccb49ce80bb34 Oct 11 16:43:35.996 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 16:43:35.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:43:36.392 INFO blam! be2d6f886cedbc6b7083db4b05fec265b6407a34da19c82383acf51762451703 Oct 11 16:43:36.399 INFO running `"docker" "start" "-a" "be2d6f886cedbc6b7083db4b05fec265b6407a34da19c82383acf51762451703"` Oct 11 16:43:37.288 INFO kablam! usermod: no changes Oct 11 16:43:37.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 16:43:37.376 INFO kablam! Running /target/debug/deps/mksvg-072e4600d483d50e Oct 11 16:43:37.390 INFO kablam! Doc-tests mksvg Oct 11 16:43:37.390 INFO blam! Oct 11 16:43:37.390 INFO blam! running 0 tests Oct 11 16:43:37.390 INFO blam! Oct 11 16:43:37.390 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:43:37.390 INFO blam! Oct 11 16:43:40.122 INFO blam! Oct 11 16:43:40.123 INFO blam! running 9 tests Oct 11 16:43:47.739 INFO blam! test src/text.rs - text::wrap_nl (line 34) ... ok Oct 11 16:43:49.072 INFO blam! test src/page.rs - page::page_flip (line 83) ... ok Oct 11 16:43:50.612 INFO blam! test src/args.rs - args::Args (line 53) ... ok Oct 11 16:43:50.768 INFO blam! test src/text.rs - text::escapes (line 6) ... ok Oct 11 16:43:51.372 INFO blam! test src/args.rs - args::SvgArg (line 115) ... ok Oct 11 16:43:52.192 INFO blam! test src/text.rs - text::wrap (line 44) ... ok Oct 11 16:43:52.318 INFO blam! test src/args.rs - args (line 10) ... ok Oct 11 16:43:52.719 INFO blam! test src/path.rs - path (line 5) ... ok Oct 11 16:43:54.710 INFO blam! test src/write.rs - write::qcast (line 20) ... ok Oct 11 16:43:54.710 INFO blam! Oct 11 16:43:54.710 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 16:43:54.710 INFO blam! Oct 11 16:43:54.740 INFO kablam! su: No module specific data is present Oct 11 16:43:55.262 INFO running `"docker" "rm" "-f" "be2d6f886cedbc6b7083db4b05fec265b6407a34da19c82383acf51762451703"` Oct 11 16:43:55.481 INFO blam! be2d6f886cedbc6b7083db4b05fec265b6407a34da19c82383acf51762451703