[INFO] updating cached repository Xaeroxe/specs-bench [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Xaeroxe/specs-bench [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Xaeroxe/specs-bench" "work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Xaeroxe/specs-bench" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Xaeroxe/specs-bench"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Xaeroxe/specs-bench'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b74b156bd8cc57474565f7ed184605656c7be8fa [INFO] sha for GitHub repo Xaeroxe/specs-bench: b74b156bd8cc57474565f7ed184605656c7be8fa [INFO] validating manifest of Xaeroxe/specs-bench 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 Xaeroxe/specs-bench 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 Xaeroxe/specs-bench [INFO] finished frobbing Xaeroxe/specs-bench [INFO] frobbed toml for Xaeroxe/specs-bench written to work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench/Cargo.toml [INFO] started frobbing Xaeroxe/specs-bench [INFO] finished frobbing Xaeroxe/specs-bench [INFO] frobbed toml for Xaeroxe/specs-bench written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Xaeroxe/specs-bench/Cargo.toml [INFO] crate Xaeroxe/specs-bench 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 Xaeroxe/specs-bench 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench:/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] 286edd37c089f45295b24706ce3f698508546e966b0cc33176c0924fc925358a [INFO] running `"docker" "start" "-a" "286edd37c089f45295b24706ce3f698508546e966b0cc33176c0924fc925358a"` [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling shrev v1.0.1 [INFO] [stderr] Compiling crossbeam v0.4.1 [INFO] [stderr] Compiling shred v0.7.1 [INFO] [stderr] Compiling hibitset v0.5.4 [INFO] [stderr] Compiling specs v0.14.3 [INFO] [stderr] Compiling specs-bench v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `j` [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | for j in 0..CAPACITY { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_j` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `j` [INFO] [stderr] --> src/main.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | for j in (world.read_storage::()).join() { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_j` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | world.delete_entity(e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.80s [INFO] running `"docker" "inspect" "286edd37c089f45295b24706ce3f698508546e966b0cc33176c0924fc925358a"` [INFO] running `"docker" "rm" "-f" "286edd37c089f45295b24706ce3f698508546e966b0cc33176c0924fc925358a"` [INFO] [stdout] 286edd37c089f45295b24706ce3f698508546e966b0cc33176c0924fc925358a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench:/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] 44a4f29a9bc2c4f06cd94086af27a907793abac054f4fd011548bd3be782d7be [INFO] running `"docker" "start" "-a" "44a4f29a9bc2c4f06cd94086af27a907793abac054f4fd011548bd3be782d7be"` [INFO] [stderr] Compiling specs-bench v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `j` [INFO] [stderr] --> src/main.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | for j in 0..CAPACITY { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_j` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `j` [INFO] [stderr] --> src/main.rs:118:13 [INFO] [stderr] | [INFO] [stderr] 118 | for j in (world.read_storage::()).join() { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_j` [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | world.delete_entity(e); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `"docker" "inspect" "44a4f29a9bc2c4f06cd94086af27a907793abac054f4fd011548bd3be782d7be"` [INFO] running `"docker" "rm" "-f" "44a4f29a9bc2c4f06cd94086af27a907793abac054f4fd011548bd3be782d7be"` [INFO] [stdout] 44a4f29a9bc2c4f06cd94086af27a907793abac054f4fd011548bd3be782d7be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Xaeroxe/specs-bench:/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] 5d3fc028de9f36f90e4abe4830dd781c7c347b01dedf21485ca904b25e421534 [INFO] running `"docker" "start" "-a" "5d3fc028de9f36f90e4abe4830dd781c7c347b01dedf21485ca904b25e421534"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/specs_bench-0f223d3f7b3356a5 [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" "5d3fc028de9f36f90e4abe4830dd781c7c347b01dedf21485ca904b25e421534"` [INFO] running `"docker" "rm" "-f" "5d3fc028de9f36f90e4abe4830dd781c7c347b01dedf21485ca904b25e421534"` [INFO] [stdout] 5d3fc028de9f36f90e4abe4830dd781c7c347b01dedf21485ca904b25e421534