Oct 10 20:23:12.243 INFO testing kbacha/string-clone-performance-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:23:12.243 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:23:12.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:23:12.651 INFO blam! 2d4e062f67dd8cb57b61b09b16ef55e0d2021016c134fdf98b891eee1281eb4e Oct 10 20:23:12.652 INFO running `"docker" "start" "-a" "2d4e062f67dd8cb57b61b09b16ef55e0d2021016c134fdf98b891eee1281eb4e"` Oct 10 20:23:14.036 INFO kablam! usermod: no changes Oct 10 20:23:14.109 INFO kablam! Compiling string-clone-performance v0.1.0 (/source) Oct 10 20:23:15.028 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:15.028 INFO kablam! --> src/main.rs:13:38 Oct 10 20:23:15.028 INFO kablam! | Oct 10 20:23:15.028 INFO kablam! 13 | time("100 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:15.028 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:15.028 INFO kablam! | Oct 10 20:23:15.028 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:23:15.028 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:15.036 INFO kablam! Oct 10 20:23:15.036 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:15.036 INFO kablam! --> src/main.rs:15:39 Oct 10 20:23:15.036 INFO kablam! | Oct 10 20:23:15.036 INFO kablam! 15 | time("1000 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:15.036 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:15.036 INFO kablam! | Oct 10 20:23:15.036 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:15.036 INFO kablam! Oct 10 20:23:15.036 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:15.036 INFO kablam! --> src/main.rs:17:41 Oct 10 20:23:15.036 INFO kablam! | Oct 10 20:23:15.036 INFO kablam! 17 | time("10,000 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:15.036 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:15.036 INFO kablam! | Oct 10 20:23:15.036 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:15.036 INFO kablam! Oct 10 20:23:15.036 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:15.037 INFO kablam! --> src/main.rs:19:41 Oct 10 20:23:15.037 INFO kablam! | Oct 10 20:23:15.037 INFO kablam! 19 | time("100,000 rs", 10_000_000, || { s.clone(); }); Oct 10 20:23:15.037 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:15.037 INFO kablam! | Oct 10 20:23:15.037 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:15.037 INFO kablam! Oct 10 20:23:15.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 10 20:23:15.563 INFO kablam! su: No module specific data is present Oct 10 20:23:16.496 INFO running `"docker" "rm" "-f" "2d4e062f67dd8cb57b61b09b16ef55e0d2021016c134fdf98b891eee1281eb4e"` Oct 10 20:23:16.752 INFO blam! 2d4e062f67dd8cb57b61b09b16ef55e0d2021016c134fdf98b891eee1281eb4e Oct 10 20:23:16.761 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:23:16.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:23:17.100 INFO blam! ef0a63aa417686d472a73cfc0d8e4a4afaa14979ad6b8429425d93998cfc75c9 Oct 10 20:23:17.106 INFO running `"docker" "start" "-a" "ef0a63aa417686d472a73cfc0d8e4a4afaa14979ad6b8429425d93998cfc75c9"` Oct 10 20:23:19.020 INFO kablam! usermod: no changes Oct 10 20:23:19.097 INFO kablam! Compiling string-clone-performance v0.1.0 (/source) Oct 10 20:23:19.778 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:19.778 INFO kablam! --> src/main.rs:13:38 Oct 10 20:23:19.778 INFO kablam! | Oct 10 20:23:19.778 INFO kablam! 13 | time("100 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:19.778 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:19.778 INFO kablam! | Oct 10 20:23:19.778 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:23:19.778 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:19.778 INFO kablam! Oct 10 20:23:19.778 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:19.778 INFO kablam! --> src/main.rs:15:39 Oct 10 20:23:19.778 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! 15 | time("1000 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:19.779 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:19.779 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:19.779 INFO kablam! Oct 10 20:23:19.779 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:19.779 INFO kablam! --> src/main.rs:17:41 Oct 10 20:23:19.779 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! 17 | time("10,000 rs", 100_000_000, || { s.clone(); }); Oct 10 20:23:19.779 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:19.779 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:19.779 INFO kablam! Oct 10 20:23:19.779 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Oct 10 20:23:19.779 INFO kablam! --> src/main.rs:19:41 Oct 10 20:23:19.779 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! 19 | time("100,000 rs", 10_000_000, || { s.clone(); }); Oct 10 20:23:19.779 INFO kablam! | ^^^^^^^^^^ Oct 10 20:23:19.779 INFO kablam! | Oct 10 20:23:19.779 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Oct 10 20:23:19.779 INFO kablam! Oct 10 20:23:20.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 20:23:20.254 INFO kablam! su: No module specific data is present Oct 10 20:23:20.920 INFO running `"docker" "rm" "-f" "ef0a63aa417686d472a73cfc0d8e4a4afaa14979ad6b8429425d93998cfc75c9"` Oct 10 20:23:21.246 INFO blam! ef0a63aa417686d472a73cfc0d8e4a4afaa14979ad6b8429425d93998cfc75c9 Oct 10 20:23:21.251 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:23:21.252 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:23:21.704 INFO blam! 7924e9d731ab8546d258a9e23bdf6b14d781e90443ce241f934f4e1a428bb829 Oct 10 20:23:21.716 INFO running `"docker" "start" "-a" "7924e9d731ab8546d258a9e23bdf6b14d781e90443ce241f934f4e1a428bb829"` Oct 10 20:23:22.764 INFO kablam! usermod: no changes Oct 10 20:23:22.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 20:23:22.833 INFO kablam! Running /target/debug/deps/string_clone_performance-4431fd4d85c9160d Oct 10 20:23:22.839 INFO blam! Oct 10 20:23:22.839 INFO blam! running 0 tests Oct 10 20:23:22.839 INFO blam! Oct 10 20:23:22.840 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:23:22.840 INFO blam! Oct 10 20:23:22.849 INFO kablam! su: No module specific data is present Oct 10 20:23:23.902 INFO running `"docker" "rm" "-f" "7924e9d731ab8546d258a9e23bdf6b14d781e90443ce241f934f4e1a428bb829"` Oct 10 20:23:24.237 INFO blam! 7924e9d731ab8546d258a9e23bdf6b14d781e90443ce241f934f4e1a428bb829