[INFO] updating cached repository zsugabubus/toy-linalg-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/zsugabubus/toy-linalg-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/zsugabubus/toy-linalg-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/zsugabubus/toy-linalg-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/zsugabubus/toy-linalg-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/zsugabubus/toy-linalg-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ca10759d1288eba5af6b171e9a1c82f4e78a6f0 [INFO] sha for GitHub repo zsugabubus/toy-linalg-rs: 7ca10759d1288eba5af6b171e9a1c82f4e78a6f0 [INFO] validating manifest of zsugabubus/toy-linalg-rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of zsugabubus/toy-linalg-rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing zsugabubus/toy-linalg-rs [INFO] finished frobbing zsugabubus/toy-linalg-rs [INFO] frobbed toml for zsugabubus/toy-linalg-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-rs/Cargo.toml [INFO] started frobbing zsugabubus/toy-linalg-rs [INFO] finished frobbing zsugabubus/toy-linalg-rs [INFO] frobbed toml for zsugabubus/toy-linalg-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/zsugabubus/toy-linalg-rs/Cargo.toml [INFO] crate zsugabubus/toy-linalg-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing zsugabubus/toy-linalg-rs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9e02f025f96b309afad584fb39c104a7bb813459b922439ef6f9364b2659f123 [INFO] running `"docker" "start" "-a" "9e02f025f96b309afad584fb39c104a7bb813459b922439ef6f9364b2659f123"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling arrayvec v0.4.9 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling num_cpus v1.9.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling linalg v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `density` [INFO] [stderr] --> src/linalg.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn density(&self) -> (usize, usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/linalg.rs:409:5 [INFO] [stderr] | [INFO] [stderr] 409 | pub fn new(shape: Index) -> Vector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/linalg.rs:560:5 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn new(shape: Index2) -> UpperTriangularMatrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.05s [INFO] running `"docker" "inspect" "9e02f025f96b309afad584fb39c104a7bb813459b922439ef6f9364b2659f123"` [INFO] running `"docker" "rm" "-f" "9e02f025f96b309afad584fb39c104a7bb813459b922439ef6f9364b2659f123"` [INFO] [stdout] 9e02f025f96b309afad584fb39c104a7bb813459b922439ef6f9364b2659f123 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 87ededa2c3eb327e490b6e853667907b2fc65645bb4a79622b658d2788dbe3a4 [INFO] running `"docker" "start" "-a" "87ededa2c3eb327e490b6e853667907b2fc65645bb4a79622b658d2788dbe3a4"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling linalg v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `density` [INFO] [stderr] --> src/linalg.rs:251:5 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn density(&self) -> (usize, usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/linalg.rs:409:5 [INFO] [stderr] | [INFO] [stderr] 409 | pub fn new(shape: Index) -> Vector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/linalg.rs:560:5 [INFO] [stderr] | [INFO] [stderr] 560 | pub fn new(shape: Index2) -> UpperTriangularMatrix { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "87ededa2c3eb327e490b6e853667907b2fc65645bb4a79622b658d2788dbe3a4"` [INFO] running `"docker" "rm" "-f" "87ededa2c3eb327e490b6e853667907b2fc65645bb4a79622b658d2788dbe3a4"` [INFO] [stdout] 87ededa2c3eb327e490b6e853667907b2fc65645bb4a79622b658d2788dbe3a4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/zsugabubus/toy-linalg-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] be9ddff79afcd04dff7f0837fd80f0d5cf89c3e1fc6db2a6bb68455d3e68f228 [INFO] running `"docker" "start" "-a" "be9ddff79afcd04dff7f0837fd80f0d5cf89c3e1fc6db2a6bb68455d3e68f228"` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/linalg-fcd48c9c09e81817 [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" "be9ddff79afcd04dff7f0837fd80f0d5cf89c3e1fc6db2a6bb68455d3e68f228"` [INFO] running `"docker" "rm" "-f" "be9ddff79afcd04dff7f0837fd80f0d5cf89c3e1fc6db2a6bb68455d3e68f228"` [INFO] [stdout] be9ddff79afcd04dff7f0837fd80f0d5cf89c3e1fc6db2a6bb68455d3e68f228