[INFO] updating cached repository ragreener1/Motivate-legacy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ragreener1/Motivate-legacy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ragreener1/Motivate-legacy" "work/ex/beta-1.37-6/sources/1.36.0/gh/ragreener1/Motivate-legacy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ragreener1/Motivate-legacy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ragreener1/Motivate-legacy" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ragreener1/Motivate-legacy"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ragreener1/Motivate-legacy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7186cb24f59ac464aa7fcfd71cb3ce9ac2706ce9 [INFO] sha for GitHub repo ragreener1/Motivate-legacy: 7186cb24f59ac464aa7fcfd71cb3ce9ac2706ce9 [INFO] validating manifest of ragreener1/Motivate-legacy 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 ragreener1/Motivate-legacy 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 ragreener1/Motivate-legacy [INFO] finished frobbing ragreener1/Motivate-legacy [INFO] frobbed toml for ragreener1/Motivate-legacy written to work/ex/beta-1.37-6/sources/1.36.0/gh/ragreener1/Motivate-legacy/Cargo.toml [INFO] started frobbing ragreener1/Motivate-legacy [INFO] finished frobbing ragreener1/Motivate-legacy [INFO] frobbed toml for ragreener1/Motivate-legacy written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ragreener1/Motivate-legacy/Cargo.toml [INFO] crate ragreener1/Motivate-legacy 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 ragreener1/Motivate-legacy 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/ragreener1/Motivate-legacy:/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] f7ab23d4923bb0169b297e7f9bbf499ba6a267742edf369b611581f84f042e5e [INFO] running `"docker" "start" "-a" "f7ab23d4923bb0169b297e7f9bbf499ba6a267742edf369b611581f84f042e5e"` [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling hashmap_union v0.2.0 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling rand v0.5.3 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling simple_logger v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon v1.0.1 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling motivate v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `weather` [INFO] [stderr] --> src/agent.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn choose(&mut self, weather: &Weather, change_in_weather: bool) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_weather` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `change_in_weather` [INFO] [stderr] --> src/agent.rs:57:49 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn choose(&mut self, weather: &Weather, change_in_weather: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_change_in_weather` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_transport_mode_hashmap` [INFO] [stderr] --> src/debug.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn print_transport_mode_hashmap(prefix: &str, hashmap: &HashMap) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "f7ab23d4923bb0169b297e7f9bbf499ba6a267742edf369b611581f84f042e5e"` [INFO] running `"docker" "rm" "-f" "f7ab23d4923bb0169b297e7f9bbf499ba6a267742edf369b611581f84f042e5e"` [INFO] [stdout] f7ab23d4923bb0169b297e7f9bbf499ba6a267742edf369b611581f84f042e5e [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/ragreener1/Motivate-legacy:/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] 7c23fd88963b241473b51bb5de511998d89b2296cc5cfbc2ac4ef61f994a1d1c [INFO] running `"docker" "start" "-a" "7c23fd88963b241473b51bb5de511998d89b2296cc5cfbc2ac4ef61f994a1d1c"` [INFO] [stderr] Compiling motivate v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `weather` [INFO] [stderr] --> src/agent.rs:57:30 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn choose(&mut self, weather: &Weather, change_in_weather: bool) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_weather` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `change_in_weather` [INFO] [stderr] --> src/agent.rs:57:49 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn choose(&mut self, weather: &Weather, change_in_weather: bool) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_change_in_weather` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_transport_mode_hashmap` [INFO] [stderr] --> src/debug.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn print_transport_mode_hashmap(prefix: &str, hashmap: &HashMap) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `"docker" "inspect" "7c23fd88963b241473b51bb5de511998d89b2296cc5cfbc2ac4ef61f994a1d1c"` [INFO] running `"docker" "rm" "-f" "7c23fd88963b241473b51bb5de511998d89b2296cc5cfbc2ac4ef61f994a1d1c"` [INFO] [stdout] 7c23fd88963b241473b51bb5de511998d89b2296cc5cfbc2ac4ef61f994a1d1c [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/ragreener1/Motivate-legacy:/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] 28f62651c86de8b7945d57bd8985fb45c5cb6655928375c0e8ffb295e75473ed [INFO] running `"docker" "start" "-a" "28f62651c86de8b7945d57bd8985fb45c5cb6655928375c0e8ffb295e75473ed"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/motivatelib-6d5d0d043a3bbafb [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] [stderr] Running /opt/crater/target/debug/deps/motivate-0e7b09aa1e98eaf3 [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] [stderr] Doc-tests motivatelib [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" "28f62651c86de8b7945d57bd8985fb45c5cb6655928375c0e8ffb295e75473ed"` [INFO] running `"docker" "rm" "-f" "28f62651c86de8b7945d57bd8985fb45c5cb6655928375c0e8ffb295e75473ed"` [INFO] [stdout] 28f62651c86de8b7945d57bd8985fb45c5cb6655928375c0e8ffb295e75473ed