[INFO] updating cached repository jeremyletang/trueskill-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jeremyletang/trueskill-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jeremyletang/trueskill-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/jeremyletang/trueskill-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jeremyletang/trueskill-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jeremyletang/trueskill-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9ef44f2c5695636836303c7cb1fdede1ac7804cd [INFO] sha for GitHub repo jeremyletang/trueskill-rs: 9ef44f2c5695636836303c7cb1fdede1ac7804cd [INFO] validating manifest of jeremyletang/trueskill-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jeremyletang/trueskill-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jeremyletang/trueskill-rs [INFO] finished frobbing jeremyletang/trueskill-rs [INFO] frobbed toml for jeremyletang/trueskill-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/jeremyletang/trueskill-rs/Cargo.toml [INFO] started frobbing jeremyletang/trueskill-rs [INFO] finished frobbing jeremyletang/trueskill-rs [INFO] frobbed toml for jeremyletang/trueskill-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs/Cargo.toml [INFO] crate jeremyletang/trueskill-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/jeremyletang/trueskill-rs/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jeremyletang/trueskill-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7077b1cc22b55b179194859f4e8f699d39cf1c62385fc48b6ec62878c29aabf6 [INFO] running `"docker" "start" "-a" "7077b1cc22b55b179194859f4e8f699d39cf1c62385fc48b6ec62878c29aabf6"` [INFO] [stderr] Compiling trueskill v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `complementary_error` [INFO] [stderr] --> src/math.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | fn complementary_error(x: F) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cumulative_distribution` [INFO] [stderr] --> src/math.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | fn cumulative_distribution(x: F, mu: Option, sigma: Option) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `probability_density` [INFO] [stderr] --> src/math.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | fn probability_density(x: F, mu: Option, sigma: Option) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `complementary_error_inv` [INFO] [stderr] --> src/math.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | fn complementary_error_inv(mut y: F) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cumulative_distribution_inv` [INFO] [stderr] --> src/math.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | fn cumulative_distribution_inv(x: F, mu: Option, sigma: Option) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `"docker" "inspect" "7077b1cc22b55b179194859f4e8f699d39cf1c62385fc48b6ec62878c29aabf6"` [INFO] running `"docker" "rm" "-f" "7077b1cc22b55b179194859f4e8f699d39cf1c62385fc48b6ec62878c29aabf6"` [INFO] [stdout] 7077b1cc22b55b179194859f4e8f699d39cf1c62385fc48b6ec62878c29aabf6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 42fc34db4224e03c751c8ec7e0e3246267767c37837fe153fd173ec9c2b49396 [INFO] running `"docker" "start" "-a" "42fc34db4224e03c751c8ec7e0e3246267767c37837fe153fd173ec9c2b49396"` [INFO] [stderr] Compiling trueskill v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `complementary_error_inv` [INFO] [stderr] --> src/math.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | fn complementary_error_inv(mut y: F) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cumulative_distribution_inv` [INFO] [stderr] --> src/math.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | fn cumulative_distribution_inv(x: F, mu: Option, sigma: Option) -> F { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `"docker" "inspect" "42fc34db4224e03c751c8ec7e0e3246267767c37837fe153fd173ec9c2b49396"` [INFO] running `"docker" "rm" "-f" "42fc34db4224e03c751c8ec7e0e3246267767c37837fe153fd173ec9c2b49396"` [INFO] [stdout] 42fc34db4224e03c751c8ec7e0e3246267767c37837fe153fd173ec9c2b49396 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jeremyletang/trueskill-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] bd8f2d482b44eac64f572757390d68538fa80719efe38277ad76693f6cd74772 [INFO] running `"docker" "start" "-a" "bd8f2d482b44eac64f572757390d68538fa80719efe38277ad76693f6cd74772"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/trueskill-b3fcd68d39614dfa [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test math::with_f32 ... ok [INFO] [stdout] test math::with_f64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests trueskill [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bd8f2d482b44eac64f572757390d68538fa80719efe38277ad76693f6cd74772"` [INFO] running `"docker" "rm" "-f" "bd8f2d482b44eac64f572757390d68538fa80719efe38277ad76693f6cd74772"` [INFO] [stdout] bd8f2d482b44eac64f572757390d68538fa80719efe38277ad76693f6cd74772